X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffg_internal.h;h=2cecf71a0c0e1c9694521e38403bd659de4e55a6;hb=9ee80026494495ca338aa5b0658e48ec2c3a6811;hp=af226c4c706d6d6326794bc23351e91b27237766;hpb=dd824cbee02290c530d28b1c51fe16c42fbc4a51;p=freeglut diff --git a/src/fg_internal.h b/src/fg_internal.h index af226c4..2cecf71 100644 --- a/src/fg_internal.h +++ b/src/fg_internal.h @@ -632,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,