Added support for rotation so an app can be rotated and FG will resize and manage...
[freeglut] / src / blackberry / fg_internal_blackberry.h
index 90b11fe..63cca30 100644 (file)
@@ -113,7 +113,8 @@ struct tagSFG_PlatformJoystick
 typedef struct tagSFG_PlatformWindowState SFG_PlatformWindowState;
 struct tagSFG_PlatformWindowState
 {
-    char unused;
+       int newWidth;
+       int newHeight;
 };
 
 /* Menu font and color definitions */