Visibility functions better implemented now. All goes through
[freeglut] / src / mswin / fg_internal_mswin.h
index 21899b8..3e7d5c7 100644 (file)
@@ -95,6 +95,9 @@ struct tagSFG_PlatformWindowState
     DWORD           OldStyle;           /* window style    - stored before the window is made fullscreen */
     DWORD           OldStyleEx;         /* window Ex style - stored before the window is made fullscreen */
     BOOL            OldMaximized;       /* window maximized state - stored before the window is made fullscreen */
+
+    GLboolean       MouseTracking;      /* Needed for generating GLUT_ENTERED and GLUT_LEFT entry func callbacks on windows */
+    GLboolean       WindowFuncCalled;   /* Indicate whether windowStatus/visibility func was notified that this window was created */
 };