summaryrefslogtreecommitdiff
path: root/src/glut/fbdev/gamemode.c
diff options
context:
space:
mode:
authorSean D'Epagnier <geckosenator@freedesktop.org>2006-09-24 10:57:26 +0000
committerJosé Fonseca <jfonseca@vmware.com>2011-07-11 20:03:34 +0100
commitdd663607e84d0e837ac3243902127877940eb337 (patch)
treeacf8d056e89b14c2c96606d3bc3f0e30fed28419 /src/glut/fbdev/gamemode.c
parent74c5d426a977eedb405713c88b64b9cb4e3f81f4 (diff)
downloadglut-dd663607e84d0e837ac3243902127877940eb337.tar.gz
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glut/fbdev/gamemode.c b/src/glut/fbdev/gamemode.c
index f6d6e40..9f32d9d 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];