]> git.mxchange.org Git - flightgear.git/commitdiff
reverting last patch: the (non)redrawing problems are simply too annoying :-(
authormfranz <mfranz>
Wed, 4 May 2005 12:11:37 +0000 (12:11 +0000)
committermfranz <mfranz>
Wed, 4 May 2005 12:11:37 +0000 (12:11 +0000)
src/Main/fg_os.cxx

index 6a55e23d5355453ae3e7fa540f507bb4021f1693..b13cd2e7159f27fe5100d0dcdeb0793de889f88e 100644 (file)
@@ -216,9 +216,5 @@ void fgOSOpenWindow(int w, int h, int bpp, bool alpha,
     glutIdleFunc(GLUTidle);
     glutDisplayFunc(GLUTdraw);
     glutReshapeFunc(GLUTreshape);
-
-    glutShowWindow();
-    glClear(GL_COLOR_BUFFER_BIT);
-    glutSwapBuffers();
-    glutPostRedisplay();
 }
+