Moved to use X11 context manager.

This commit is contained in:
Camilla Berglund
2013-04-15 02:16:51 +02:00
parent 32273c5d96
commit 26756b9ae1
3 changed files with 14 additions and 4 deletions
+1
View File
@@ -108,6 +108,7 @@ typedef struct _GLFWlibraryX11
// Invisible cursor for hidden cursor mode
Cursor cursor;
XContext context;
// Window manager atoms
Atom WM_STATE;