Add back tracking of X11 override-redirect

This commit is contained in:
Camilla Berglund
2016-02-28 16:05:02 +01:00
parent 73216e5fb1
commit e51e27fcab
2 changed files with 6 additions and 2 deletions
+2
View File
@@ -116,6 +116,8 @@ typedef struct _GLFWwindowX11
Window handle;
XIC ic;
GLFWbool overrideRedirect;
// Cached position and size used to filter out duplicate events
int width, height;
int xpos, ypos;