Moved to WM_STATE for iconify events.

This commit is contained in:
Camilla Berglund
2013-01-21 19:57:03 +01:00
parent e820284015
commit b1ff42b7bb
3 changed files with 93 additions and 50 deletions
+7
View File
@@ -123,6 +123,7 @@ typedef struct _GLFWlibraryX11
Cursor cursor;
// Window manager atoms
Atom WM_STATE;
Atom WM_DELETE_WINDOW;
Atom NET_WM_NAME;
Atom NET_WM_ICON_NAME;
@@ -252,4 +253,10 @@ Atom _glfwWriteSelection(XSelectionRequestEvent* request);
// Event processing
void _glfwProcessPendingEvents(void);
// Window support
unsigned long _glfwGetWindowProperty(Window window,
Atom property,
Atom type,
unsigned char** value);
#endif // _x11_platform_h_