X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffg_internal.h;h=2cecf71a0c0e1c9694521e38403bd659de4e55a6;hb=b304f6f9002f17cc263e06641a92f19ffbfaf062;hp=a0f2b95bdfb17f213ee3b7a2a153fbcfa58d04c3;hpb=bb596ccc60c6c7d677e4d2012bdcbdd03252a2ca;p=freeglut diff --git a/src/fg_internal.h b/src/fg_internal.h index a0f2b95..2cecf71 100644 --- a/src/fg_internal.h +++ b/src/fg_internal.h @@ -425,8 +425,7 @@ struct tagSFG_Context #define GLUT_DISPLAY_WORK (1<<6) /* - * An enumeration containing the state of the GLUT execution: - * initializing, running, or stopping + * An enumeration containing the desired mapping state of a window */ typedef enum { @@ -633,9 +632,9 @@ enum /* Presently ignored */ WCB_Select, WCB_OverlayDisplay, - WCB_SpaceMotion, /* presently implemented only on UNIX/X11 */ - WCB_SpaceRotation, /* presently implemented only on UNIX/X11 */ - WCB_SpaceButton, /* presently implemented only on UNIX/X11 */ + WCB_SpaceMotion, /* presently implemented only on UNIX/X11 and Windows */ + WCB_SpaceRotation, /* presently implemented only on UNIX/X11 and Windows */ + WCB_SpaceButton, /* presently implemented only on UNIX/X11 and Windows */ WCB_Dials, WCB_ButtonBox, WCB_TabletMotion,