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:
parent
67fa04607e
commit
81fdcb4328
@ -98,5 +98,22 @@ if test "x$enable_debug" = xyes; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Generate output.
|
# 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
|
AC_OUTPUT
|
||||||
|
@ -85,7 +85,7 @@ resize(int width, int height)
|
|||||||
|
|
||||||
glMatrixMode(GL_PROJECTION);
|
glMatrixMode(GL_PROJECTION);
|
||||||
glLoadIdentity();
|
glLoadIdentity();
|
||||||
//gluOrtho2D(0, width, 0, height);
|
/*gluOrtho2D(0, width, 0, height);*/
|
||||||
|
|
||||||
glMatrixMode(GL_MODELVIEW);
|
glMatrixMode(GL_MODELVIEW);
|
||||||
glLoadIdentity() ;
|
glLoadIdentity() ;
|
||||||
|
Reference in New Issue
Block a user