update comments of WCB_SpaceXXX in fg_internal.h
authorJinrong Xie <jrxie@ucdavis.edu>
Wed, 20 Jan 2016 19:48:04 +0000 (19:48 +0000)
committerDiederick Niehorster <dcnieho@gmail.com>
Wed, 20 Jan 2016 19:48:04 +0000 (19:48 +0000)
(cherry picked from commit 1091f89cf64d255a1fae5c331e556ec52dd6aa3c)

(cherry picked from commit 1091f89cf64d255a1fae5c331e556ec52dd6aa3c)

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1783 7f0cb862-5218-0410-a997-914c9d46530a

src/fg_internal.h

index af226c4..2cecf71 100644 (file)
@@ -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,