First attempt at adding John Tsiombikas' spaceball support for X11. It compiles...
authorJohn F. Fay <johnffay@nettally.com>
Fri, 6 Nov 2009 13:26:16 +0000 (13:26 +0000)
committerJohn F. Fay <johnffay@nettally.com>
Fri, 6 Nov 2009 13:26:16 +0000 (13:26 +0000)
commitbb97ecab3add22cf774d3bb8bdb9d1be537cc524
treec57895a204a1b20f594ad3fd8f0fcd43be348ab3
parent727f754eabe4bb4751e2d286c8ab71f9ea6d8908
First attempt at adding John Tsiombikas' spaceball support for X11.  It compiles under Windows but the demo program does not.  See e-mail from John Tsiombikas dated 10/15/2009 9:43 AM.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@837 7f0cb862-5218-0410-a997-914c9d46530a
16 files changed:
configure.ac
progs/demos/Makefile.am
progs/demos/demos.dsw
progs/demos/spaceball/Makefile.am [new file with mode: 0644]
progs/demos/spaceball/spaceball.c [new file with mode: 0644]
progs/demos/spaceball/spaceball.dsp [new file with mode: 0644]
progs/demos/spaceball/vmath.c [new file with mode: 0644]
progs/demos/spaceball/vmath.h [new file with mode: 0644]
progs/demos/spaceball/vmath.inl [new file with mode: 0644]
src/Makefile.am
src/freeglut_callbacks.c
src/freeglut_internal.h
src/freeglut_main.c
src/freeglut_spaceball.c [new file with mode: 0644]
src/freeglut_state.c
src/freeglut_window.c