From: John F. Fay Date: Fri, 25 Mar 2011 02:50:57 +0000 (+0000) Subject: Fixing the build on *nix per e-mail from John Tsiombikas dated 3/22/11 at 2:26 PM X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=530fbc1ec0ad9c07922249a3a5458cd96cbde20a;p=freeglut Fixing the build on *nix per e-mail from John Tsiombikas dated 3/22/11 at 2:26 PM git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@914 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/configure.ac b/configure.ac index 50e2dd7..6d7ef11 100644 --- a/configure.ac +++ b/configure.ac @@ -98,5 +98,22 @@ if test "x$enable_debug" = xyes; then fi # Generate output. -AC_CONFIG_FILES([Makefile doc/Makefile include/GL/Makefile include/Makefile progs/Makefile progs/demos/CallbackMaker/Makefile progs/demos/Fractals/Makefile progs/demos/Fractals_random/Makefile progs/demos/Lorenz/Makefile progs/demos/Makefile progs/demos/One/Makefile progs/demos/shapes/Makefile progs/demos/smooth_opengl3/Makefile progs/demos/spaceball/Makefile src/Makefile]) +AC_CONFIG_FILES([ + Makefile + doc/Makefile + include/GL/Makefile + include/Makefile + progs/Makefile + progs/demos/CallbackMaker/Makefile + progs/demos/Fractals/Makefile + progs/demos/Fractals_random/Makefile + progs/demos/Lorenz/Makefile + progs/demos/Makefile + progs/demos/One/Makefile + progs/demos/shapes/Makefile + progs/demos/smooth_opengl3/Makefile + progs/demos/spaceball/Makefile + progs/demos/subwin/Makefile + src/Makefile +]) AC_OUTPUT diff --git a/progs/demos/subwin/subwin.c b/progs/demos/subwin/subwin.c index 47076e5..5278672 100644 --- a/progs/demos/subwin/subwin.c +++ b/progs/demos/subwin/subwin.c @@ -85,7 +85,7 @@ resize(int width, int height) glMatrixMode(GL_PROJECTION); glLoadIdentity(); - //gluOrtho2D(0, width, 0, height); + /*gluOrtho2D(0, width, 0, height);*/ glMatrixMode(GL_MODELVIEW); glLoadIdentity() ;