X11: Add IPC helper window

This commit is contained in:
Camilla Berglund
2015-10-24 22:46:56 +02:00
committed by Camilla Berglund
parent fafe1732b5
commit 3b3a1390ad
2 changed files with 24 additions and 2 deletions
+2
View File
@@ -136,6 +136,8 @@ typedef struct _GLFWlibraryX11
int screen;
Window root;
// Helper window for IPC
Window helperWindowHandle;
// Invisible cursor for hidden cursor mode
Cursor hiddenCursorHandle;
// Context for mapping window XIDs to _GLFWwindow pointers