diff options
Diffstat (limited to 'src/glut/dos')
-rw-r--r-- | src/glut/dos/callback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glut/dos/callback.c b/src/glut/dos/callback.c index 773dfb27589..b322f673514 100644 --- a/src/glut/dos/callback.c +++ b/src/glut/dos/callback.c @@ -129,7 +129,7 @@ void APIENTRY glutIdleFunc (GLUTidleCB func) void APIENTRY glutTimerFunc (unsigned int millis, GLUTtimerCB func, int value) { static GLUTSShotCB g_sscb[MAX_SSHOT_CB]; - static int virgin = GL_TRUE; + static GLboolean virgin = GL_TRUE; int i; int ttl; |