Context can be used for a menu rather than the current window
[freeglut] / src / android / fg_internal_android.h
index e13b675..a0441b5 100644 (file)
@@ -100,4 +100,10 @@ struct tagSFG_PlatformJoystick
     int          fd;
 };
 
+/* Window's state description. This structure should be kept portable. */
+typedef struct tagSFG_PlatformWindowState SFG_PlatformWindowState;
+struct tagSFG_PlatformWindowState
+{
+};
+
 #endif  /* FREEGLUT_INTERNAL_ANDROID_H */