Document android app lifecycle; kill app when window is closed, until pausing/restori...
[freeglut] / src / android / fg_internal_android.h
index c072136..c5d146e 100644 (file)
@@ -104,7 +104,8 @@ struct tagSFG_PlatformJoystick
 typedef struct tagSFG_PlatformWindowState SFG_PlatformWindowState;
 struct tagSFG_PlatformWindowState
 {
-    int unused;
+    int32_t LastHeight;
+    int32_t LastWidth;
 };
 
 #endif  /* FREEGLUT_INTERNAL_ANDROID_H */