Ooops, should not have been commited yet. Sorry.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37788 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin
2010-07-28 14:32:21 +00:00
parent e88fbde60b
commit 235129deb8
2 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ MergeObject <opengl>glut.o :
glutCursor.cpp glutCursor.cpp
glutMenu.cpp glutMenu.cpp
glutDstr.cpp glutDstr.cpp
glutGameMode.cpp # glutGameMode.cpp
beos_x11.cpp beos_x11.cpp
# C sources # C sources
+2
View File
@@ -45,6 +45,8 @@ struct GlutState {
int modifierKeys; // only valid during keyboard callback int modifierKeys; // only valid during keyboard callback
int keyRepeatMode; // global repeat int keyRepeatMode; // global repeat
bool gameMode; // game mode is active
bool debug; // call glGetError bool debug; // call glGetError
bool quitAll; // quit bool quitAll; // quit