Searched refs:fGameModeWindow (Results 1 - 2 of 2) sorted by relevance

/haiku/src/libs/glut/
H A DglutGameMode.cpp33 fGameModeWindow(0),
117 if (!fGameModeWindow) {
120 fGameModeWindow = glutCreateWindow("glutGameMode");
121 if (!fGameModeWindow)
125 glutSetWindow(fGameModeWindow);
162 if (fGameModeWindow) {
163 glutDestroyWindow(fGameModeWindow);
164 fGameModeWindow = 0;
H A DglutGameMode.h55 int fGameModeWindow; member in class:GlutGameMode

Completed in 133 milliseconds