diff options
author | Daniel Borca <[email protected]> | 2004-01-26 10:41:39 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-01-26 10:41:39 +0000 |
commit | 8d2cfa9ea0bdc56458567707685faed5dbc49076 (patch) | |
tree | 403ddba5fce75a52abd506717a6efd555f5eb3eb /src/glut/dos/glutint.h | |
parent | d3682ce37616bb1b33c587263bcb6c4e4eeac313 (diff) |
glutTimerFunc cleanup
Diffstat (limited to 'src/glut/dos/glutint.h')
-rw-r--r-- | src/glut/dos/glutint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glut/dos/glutint.h b/src/glut/dos/glutint.h index 2cd0dde1b87..12750041fe1 100644 --- a/src/glut/dos/glutint.h +++ b/src/glut/dos/glutint.h @@ -19,7 +19,7 @@ */ /* - * DOS/DJGPP glut driver v1.5 for Mesa + * DOS/DJGPP glut driver v1.6 for Mesa * * Copyright (C) 2002 - Borca Daniel * Email : [email protected] @@ -146,7 +146,7 @@ extern void *__glutFont(void *font); #define MAX_WINDOWS 2 -#define MAX_SSHOT_CB 10 +#define MAX_SSHOT_CB 8 #define RESERVED_COLORS 0 |