projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72e8311
)
Minor typo fix
author
Christopher John Purnell
<cjp@lost.org.uk>
Wed, 20 Aug 2003 02:02:52 +0000
(
02:02
+0000)
committer
Christopher John Purnell
<cjp@lost.org.uk>
Wed, 20 Aug 2003 02:02:52 +0000
(
02:02
+0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@165
7f0cb862
-5218-0410-a997-
914c9d46530a
src/freeglut_gamemode.c
patch
|
blob
|
history
diff --git
a/src/freeglut_gamemode.c
b/src/freeglut_gamemode.c
index
490d2f6
..
29a2947
100644
(file)
--- a/
src/freeglut_gamemode.c
+++ b/
src/freeglut_gamemode.c
@@
-497,7
+497,7
@@
int FGAPIENTRY glutEnterGameMode( void )
* (XSetInputFocus) is called with a not yet viewable window, it will exit
* the application which we have to aviod, so wait until it's viewable:
*/
- while (GrabSuccess =! XGrabPointer(
+ while (GrabSuccess != XGrabPointer(
fgDisplay.Display, fgStructure.GameMode->Window.Handle,
TRUE, ButtonPressMask|ButtonReleaseMask|ButtonMotionMask
|PointerMotionMask,