From 9ee80026494495ca338aa5b0658e48ec2c3a6811 Mon Sep 17 00:00:00 2001 From: Jinrong Xie Date: Wed, 20 Jan 2016 19:48:04 +0000 Subject: [PATCH] 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 --- src/fg_internal.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, -- 1.7.10.4