X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmswin%2Ffg_internal_mswin.h;h=3e7d5c771c9db56320c7d06b022f8907c9ad9b2c;hb=a7362e5d688d2d2873d6bab49b86302aa588f1bf;hp=21899b831318bba780a43b9572b4d8782da951b9;hpb=9a83e1923241a52132e87f333184433067456097;p=freeglut diff --git a/src/mswin/fg_internal_mswin.h b/src/mswin/fg_internal_mswin.h index 21899b8..3e7d5c7 100644 --- a/src/mswin/fg_internal_mswin.h +++ b/src/mswin/fg_internal_mswin.h @@ -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 */ };