diff options
author | Daniel Borca <[email protected]> | 2004-02-20 09:47:42 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-02-20 09:47:42 +0000 |
commit | 2aa84490c02bc304f31198c6f3d44a31093e664b (patch) | |
tree | effaea72ce8c07ba080a7d590f5b4c7a0c034ea6 /src/glut | |
parent | 304d3aa9cb727eb4cd4797c33f8e13e5ac4285a9 (diff) |
fixed some typos
Diffstat (limited to 'src/glut')
-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; |