Fixing Bug #1398196 - Windows message argument
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@703 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
bedbe25db5
commit
938aa5fa90
@ -1211,3 +1211,6 @@ format changes for Windows
|
||||
2006) to have the "glutInitDisplayString" ignore numerical assignments to
|
||||
tokens as a temporary fix.
|
||||
|
||||
(314) Fixed buy #1398196 in the bug tracker to the effect that passing the
|
||||
wrong argument in "fghSleepForEvents" can cause odd delays
|
||||
|
||||
|
@ -489,7 +489,7 @@ static void fghSleepForEvents( void )
|
||||
fgWarning ( "freeglut select() error: %d", errno );
|
||||
}
|
||||
#elif TARGET_HOST_MS_WINDOWS
|
||||
MsgWaitForMultipleObjects( 0, NULL, FALSE, msec, QS_ALLEVENTS );
|
||||
MsgWaitForMultipleObjects( 0, NULL, FALSE, msec, QS_ALLINPUT );
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user