Fixing the build on *nix per e-mail from John Tsiombikas dated 3/22/11 at 2:26 PM
[freeglut] / progs / demos / subwin / subwin.c
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() ;