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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user