Modularized code into multiple files.
authorSean D'Epagnier <geckosenator@freedesktop.org>
Sat, 5 Aug 2006 08:24:29 +0000 (08:24 +0000)
committerSean D'Epagnier <geckosenator@freedesktop.org>
Sat, 5 Aug 2006 08:24:29 +0000 (08:24 +0000)
commit288d4b6ebed85e0d3bf6d3aecf75f2627b70402d
tree7b4af5a5ba6b7c6c8fa9541327c89eb29d9201d7
parent0606ad45f65dacf1fe9c4893f739915178345d8b
Modularized code into multiple files.

Added gamemode stubs, iconify support, joystick stubs.

Fixed color index mode, added 8 bit alpha blending, enabled cmaps even
with 15, 16, 24, and 32 depths as some fbdev drivers need this.

Fixed compiling with -ansi

Using SIGIO for keyboard input, so that vt switching is enabled even
if the program is locked.

Fixed numerous small bugs.
13 files changed:
src/glut/fbdev/Makefile
src/glut/fbdev/callback.c [new file with mode: 0644]
src/glut/fbdev/colormap.c [new file with mode: 0644]
src/glut/fbdev/cursor.c [new file with mode: 0644]
src/glut/fbdev/cursors.h
src/glut/fbdev/ext.c [new file with mode: 0644]
src/glut/fbdev/fbdev.c [new file with mode: 0644]
src/glut/fbdev/gamemode.c [new file with mode: 0644]
src/glut/fbdev/input.c [new file with mode: 0644]
src/glut/fbdev/internal.h [new file with mode: 0644]
src/glut/fbdev/menu.c [new file with mode: 0644]
src/glut/fbdev/overlay.c [new file with mode: 0644]
src/glut/fbdev/state.c [new file with mode: 0644]