Updated toolchain so that it does a more exact check if this is for PlayBook or Black...
[freeglut] / src / blackberry / fg_structure_blackberry.c
index 3fe233e..d6eab8f 100644 (file)
@@ -37,4 +37,7 @@ void fgPlatformCreateWindow ( SFG_Window *window )
 
     memset(&(window->State.pWState), 0, sizeof(SFG_PlatformWindowState));
     window->State.pWState.windowCovered = GL_FALSE;
+#ifdef __PLAYBOOK__
+    window->State.pWState.keyboardOpen = GL_FALSE;
+#endif
 }