Moving the "\freeglut_xinput.c" file from the Common directory to the x11 directory...
[freeglut] / src / Common / freeglut_structure.c
index f8d748f..59a8b83 100644 (file)
@@ -63,9 +63,9 @@ static void fghClearCallBacks( SFG_Window *window )
 #if TARGET_HOST_POSIX_X11\r
 void fgPlatformCreateWindow ( SFG_Window *window )\r
 {\r
-    window->Window.FBConfig = NULL;\r
+    window->Window.pContext.FBConfig = NULL;\r
 \r
-    window->State.OldHeight = window->State.OldWidth = -1;\r
+    window->State.pWState.OldHeight = window->State.pWState.OldWidth = -1;\r
 }\r
 #endif\r
 \r