New demo from John: CallbackMaker.
authorRichard Rauch <rkr@olib.org>
Mon, 10 Nov 2003 16:01:05 +0000 (16:01 +0000)
committerRichard Rauch <rkr@olib.org>
Mon, 10 Nov 2003 16:01:05 +0000 (16:01 +0000)
commit0ccd74e0bf59a5a4dd55721198c88e53c5362850
tree96becd0d8155dad89587f90e65c45d3c5a300223
parent9092fad9f750e8bab3ce7d7fc5a30f2b036a1cfb
New demo from John: CallbackMaker.

This demo shows the use of every callback that you can register with
freeglut, and also generates event reports so that you can see what is
happening to the program as it runs.

Not much to look at, but both utilitarian and a practical example.

Please double-check that I updated everything that needs to be updated.
I reran autogen.sh and ./configure, and it built okay for me.  (^&

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@332 7f0cb862-5218-0410-a997-914c9d46530a
configure.in
progs/demos/CallbackMaker/CallbackMaker.c [new file with mode: 0644]
progs/demos/CallbackMaker/Makefile.am [new file with mode: 0644]
progs/demos/Fractals_random/fractals_random.c
progs/demos/Makefile.am