diff options
author | Sean D'Epagnier <[email protected]> | 2006-09-24 10:57:26 +0000 |
---|---|---|
committer | Sean D'Epagnier <[email protected]> | 2006-09-24 10:57:26 +0000 |
commit | e184bd861c0b3023c5fd5596083e12aaedb2d5e2 (patch) | |
tree | b6f14a2e00b8d21e610933f55bc986d23b12805e /src/glut/fbdev/gamemode.c | |
parent | 1ad12874b30dcb2228621da1f519b846b4975fde (diff) |
corrected cursor drawing
added handling of SIGWINCH
fixed input of recieving SIGIO while handling SIGIO
corrected input code for return
uncommented normal calculation to models
Diffstat (limited to 'src/glut/fbdev/gamemode.c')
-rw-r--r-- | src/glut/fbdev/gamemode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glut/fbdev/gamemode.c b/src/glut/fbdev/gamemode.c index f6d6e4044ef..9f32d9d7e82 100644 --- a/src/glut/fbdev/gamemode.c +++ b/src/glut/fbdev/gamemode.c @@ -263,7 +263,6 @@ void glutLeaveGameMode(void) KeyboardFunc = KeyFuncs[0]; KeyboardUpFunc = KeyFuncs[1]; - DisplayFunc = NormFuncs[0]; ReshapeFunc = NormFuncs[1]; MouseFunc = NormFuncs[2]; |