From: Jinrong Xie Date: Wed, 20 Jan 2016 19:48:04 +0000 (+0000) Subject: update comments of WCB_SpaceXXX in fg_internal.h X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=freeglut;a=commitdiff_plain;h=9ee80026494495ca338aa5b0658e48ec2c3a6811 update comments of WCB_SpaceXXX in fg_internal.h (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 --- 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,