Fixing the build on *nix per e-mail from John Tsiombikas dated 3/22/11 at 2:26 PM
authorJohn F. Fay <johnffay@nettally.com>
Fri, 25 Mar 2011 02:50:57 +0000 (02:50 +0000)
committerJohn F. Fay <johnffay@nettally.com>
Fri, 25 Mar 2011 02:50:57 +0000 (02:50 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@914 7f0cb862-5218-0410-a997-914c9d46530a

configure.ac
progs/demos/subwin/subwin.c

index 50e2dd7..6d7ef11 100644 (file)
@@ -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
index 47076e5..5278672 100644 (file)
@@ -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() ;