Minor order change in Android/BlackBerry CMake, one comment for BlackBerry window
[freeglut] / src / blackberry / fg_internal_blackberry.h
index 0223144..d6b0e3c 100644 (file)
@@ -32,6 +32,8 @@
 /* -- PLATFORM-SPECIFIC INCLUDES ------------------------------------------- */
 /* BlackBerry OpenGL ES is accessed through EGL */
 #include "egl/fg_internal_egl.h"
+#include <screen/screen.h>
+#include <bps/event.h>
 
 /* -- GLOBAL TYPE DEFINITIONS ---------------------------------------------- */
 /* The structure used by display initialization in freeglut_init.c */
@@ -47,6 +49,8 @@ typedef struct tagSFG_PlatformContext SFG_PlatformContext;
 struct tagSFG_PlatformContext
 {
   struct tagSFG_PlatformContextEGL egl;
+  screen_context_t screenContext;
+  bps_event_t* event;
 };