From 510314f54d09c176c45e9fac4dad7c7871ccd37b Mon Sep 17 00:00:00 2001 From: mfranz Date: Wed, 4 May 2005 12:11:37 +0000 Subject: [PATCH] reverting last patch: the (non)redrawing problems are simply too annoying :-( --- src/Main/fg_os.cxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Main/fg_os.cxx b/src/Main/fg_os.cxx index 6a55e23d5..b13cd2e71 100644 --- a/src/Main/fg_os.cxx +++ b/src/Main/fg_os.cxx @@ -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(); } +