Minor typo fix

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@165 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
cjp 2003-08-20 02:02:52 +00:00
parent 1dcd0f8f28
commit ff5a584bcf

View File

@ -497,7 +497,7 @@ int FGAPIENTRY glutEnterGameMode( void )
* (XSetInputFocus) is called with a not yet viewable window, it will exit * (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: * 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, fgDisplay.Display, fgStructure.GameMode->Window.Handle,
TRUE, ButtonPressMask|ButtonReleaseMask|ButtonMotionMask TRUE, ButtonPressMask|ButtonReleaseMask|ButtonMotionMask
|PointerMotionMask, |PointerMotionMask,