now that menu's no longer take focus from their parent, clicking the non-client area...
[freeglut] / src / x11 / fg_state_x11.c
index 9765319..3aa19b1 100644 (file)
  */
 
 #include <GL/freeglut.h>
-#include "../fg_internal.h"
+#include "fg_internal.h"
+#ifdef EGL_VERSION_1_0
+#include "egl/fg_state_egl.h"
+#else
+#include "x11/fg_state_x11_glx.h"
+#endif
 
 int fgPlatformGlutDeviceGet ( GLenum eWhat )
 {