diff options
Diffstat (limited to 'src/glut/dos/glutint.h')
-rw-r--r-- | src/glut/dos/glutint.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/glut/dos/glutint.h b/src/glut/dos/glutint.h index 23ab169d39..2cd0dde1b8 100644 --- a/src/glut/dos/glutint.h +++ b/src/glut/dos/glutint.h @@ -19,7 +19,7 @@ */ /* - * DOS/DJGPP glut driver v1.4 for Mesa + * DOS/DJGPP glut driver v1.5 for Mesa * * Copyright (C) 2002 - Borca Daniel * Email : dborca@users.sourceforge.net @@ -146,6 +146,8 @@ extern void *__glutFont(void *font); #define MAX_WINDOWS 2 +#define MAX_SSHOT_CB 10 + #define RESERVED_COLORS 0 #endif /* __glutint_h__ */ |