summaryrefslogtreecommitdiff
path: root/src/glut/dos/glutint.h
diff options
context:
space:
mode:
authorDaniel Borca <dborca@users.sourceforge.net>2004-01-15 08:30:05 +0000
committerDaniel Borca <dborca@users.sourceforge.net>2004-01-15 08:30:05 +0000
commitf8761dc0409000c6695467f72b32adf63e48361e (patch)
tree7a04bcd15819f68ca16347cb22e1595d9bc870a6 /src/glut/dos/glutint.h
parent0849ed12755e21d5df2b83c9e8cc91f15ee1d896 (diff)
implemented glutTimerFunc
Diffstat (limited to 'src/glut/dos/glutint.h')
-rw-r--r--src/glut/dos/glutint.h4
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__ */