- moving to a new way of handling window changes (position, size, visibility)
[freeglut] / src / android / fg_internal_android.h
index 0feaad6..445251f 100644 (file)
@@ -106,8 +106,7 @@ struct tagSFG_PlatformJoystick
 typedef struct tagSFG_PlatformWindowState SFG_PlatformWindowState;
 struct tagSFG_PlatformWindowState
 {
-    int32_t LastHeight;
-    int32_t LastWidth;
+    char unused;
 };
 
 #endif  /* FREEGLUT_INTERNAL_ANDROID_H */