Made RandR and VidMode work in parallel.

This commit is contained in:
Camilla Berglund
2010-10-13 23:01:17 +02:00
parent 0150a1544a
commit 215742af60
3 changed files with 61 additions and 47 deletions
+2 -1
View File
@@ -183,7 +183,8 @@ typedef struct _GLFWlibraryX11
int oldWidth;
int oldHeight;
Rotation oldRotation;
#elif defined(_GLFW_HAS_XF86VIDMODE)
#endif
#if defined(_GLFW_HAS_XF86VIDMODE)
XF86VidModeModeInfo oldMode;
#endif
} FS;