diff options
author | Daniel Borca <[email protected]> | 2004-01-15 08:30:05 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-01-15 08:30:05 +0000 |
commit | f8761dc0409000c6695467f72b32adf63e48361e (patch) | |
tree | 7a04bcd15819f68ca16347cb22e1595d9bc870a6 /src/glut/dos/glutint.h | |
parent | 0849ed12755e21d5df2b83c9e8cc91f15ee1d896 (diff) |
implemented glutTimerFunc
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 23ab169d399..2cd0dde1b87 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 : [email protected] @@ -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__ */ |