Added "offscreen" demo, a very simple program that produces an onscreen
authorRichard Rauch <rkr@olib.org>
Thu, 19 Feb 2004 10:09:29 +0000 (10:09 +0000)
committerRichard Rauch <rkr@olib.org>
Thu, 19 Feb 2004 10:09:29 +0000 (10:09 +0000)
commit25c02c0a02ba2231f22d69fb2a54b6ede7f17504
tree8d88a97c80d4cedd22d85468fb86cad122455388
parent909ac32d797d79a6e747ed4abc2492d562a4dd46
Added "offscreen" demo, a very simple program that produces an onscreen
window and, upon command, renders a similar offscreen display and writes
the result to disk.

Also, modified the build structure for UNIX_X11 to autobuild the demo.
(Not done for WIN32 at this time.)

Also, forgot to previously commit the updated freeglut_ext.h include.
Eeep.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@465 7f0cb862-5218-0410-a997-914c9d46530a
configure.in
include/GL/freeglut_ext.h
progs/demos/Makefile.am
progs/demos/offscreen/Makefile.am [new file with mode: 0644]
progs/demos/offscreen/offscreen.c [new file with mode: 0644]