Fixing the build on *nix per e-mail from John Tsiombikas dated 3/22/11 at 2:26 PM

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@914 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
fayjf 2011-03-25 02:50:57 +00:00
parent 67fa04607e
commit 81fdcb4328
2 changed files with 19 additions and 2 deletions

View 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

View 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() ;