diff options
author | Brian Paul <[email protected]> | 2002-02-23 17:11:27 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-02-23 17:11:27 +0000 |
commit | e0193a9425807cc61779c3b8680c5b551685ba65 (patch) | |
tree | b3dacd48e37032f60b2b450a68d406d9deee2e1e /src/glut/dos/init.c | |
parent | c7a3356746b8751fa0f04c8c0b674e26d73fdb76 (diff) |
DOS updates from Daniel Borca
Diffstat (limited to 'src/glut/dos/init.c')
-rw-r--r-- | src/glut/dos/init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glut/dos/init.c b/src/glut/dos/init.c index d3f45821701..41170e37c92 100644 --- a/src/glut/dos/init.c +++ b/src/glut/dos/init.c @@ -19,7 +19,7 @@ */
/*
- * DOS/DJGPP glut driver v0.1 for Mesa 4.0
+ * DOS/DJGPP glut driver v0.2 for Mesa 4.0
*
* Copyright (C) 2002 - Borca Daniel
* Email : [email protected]
@@ -45,6 +45,7 @@ static void signal_handler (int num) void APIENTRY glutInit (int *argcp, char **argv)
{
+ glutGet(GLUT_ELAPSED_TIME);
/* Hack alert:
only SIGINT (but not Ctrl-Break)
calls the destructors and will safely clean up
|