Added support for _NET_WM_ICON_NAME.

This commit is contained in:
Camilla Berglund
2012-02-02 17:20:14 +01:00
parent 797e936311
commit 06074bc698
2 changed files with 14 additions and 1 deletions
+1
View File
@@ -142,6 +142,7 @@ typedef struct _GLFWwindowX11
Window handle; // Window handle
Atom wmDeleteWindow; // WM_DELETE_WINDOW atom
Atom wmName; // _NET_WM_NAME atom
Atom wmIconName; // _NET_WM_ICON_NAME atom
Atom wmPing; // _NET_WM_PING atom
Atom wmState; // _NET_WM_STATE atom
Atom wmStateFullscreen; // _NET_WM_STATE_FULLSCREEN atom