Fixed missing ICCCM protocol message checks.

This commit is contained in:
Camilla Berglund
2014-03-09 13:24:17 +01:00
parent 98552f1d75
commit 9309f75704
4 changed files with 28 additions and 16 deletions
+1
View File
@@ -107,6 +107,7 @@ typedef struct _GLFWlibraryX11
XContext context;
// Window manager atoms
Atom WM_PROTOCOLS;
Atom WM_STATE;
Atom WM_DELETE_WINDOW;
Atom NET_WM_NAME;