|
From: Elias N. <eli...@us...> - 2003-10-25 00:11:58
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/macosx In directory sc8-pr-cvs1:/tmp/cvs-serv23979/macosx Modified Files: org_lwjgl_opengl_Window.cpp Log Message: Index: org_lwjgl_opengl_Window.cpp CVS Browser: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/native/macosx/org_lwjgl_opengl_Window.cpp =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/macosx/org_lwjgl_opengl_Window.cpp,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- org_lwjgl_opengl_Window.cpp 24 Oct 2003 11:51:07 -0000 1.28 +++ org_lwjgl_opengl_Window.cpp 24 Oct 2003 11:59:18 -0000 1.29 @@ -94,7 +94,6 @@ } CGLSetFullScreen(context); CGLSetCurrentContext(context); - FlushEventQueue(GetMainEventQueue()); return true; } |