summaryrefslogtreecommitdiff
path: root/src/glut/fbdev/cursor.c
diff options
context:
space:
mode:
authorSean D'Epagnier <geckosenator@freedesktop.org>2006-08-23 07:55:48 +0000
committerSean D'Epagnier <geckosenator@freedesktop.org>2006-08-23 07:55:48 +0000
commitbd3e6ec0668355460566fc46a5e871c50103db09 (patch)
tree9459c25f6f5fa0f48ca78717fa7e4e20cce08c63 /src/glut/fbdev/cursor.c
parent43c9587ed48c315d44e5cc657a045e904a156265 (diff)
VT switching now uses correct keys.
exiting when virtual screen size is larger than regular size doesn't corrupt screen. colormap is reset when using stdin input on exit. return is not reported as ctrl-m but '\r' as it should be backspace keycode was incorrect and not working, fixed
Diffstat (limited to 'src/glut/fbdev/cursor.c')
-rw-r--r--src/glut/fbdev/cursor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glut/fbdev/cursor.c b/src/glut/fbdev/cursor.c
index e7fb00f46f..9254e12559 100644
--- a/src/glut/fbdev/cursor.c
+++ b/src/glut/fbdev/cursor.c
@@ -25,7 +25,8 @@
*/
/* these routines are written to access graphics memory directly, not using mesa
- to render the cursor, this is faster, and */
+ to render the cursor, this is faster, it would be good to use a hardware
+ cursor if it exists instead */
#include <stdlib.h>
#include <inttypes.h>