X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fflurry.c;h=08305b0a1ded2351a83a5f5755479a87ca570964;hp=f2b74ff862230ed60029e682af73a7fc78797466;hb=5f9c47ca98dd43d8f59b7c27d3fde6edfde4fe21;hpb=50be9bb40dc60130c99ffa568e6677779904ff70 diff --git a/hacks/glx/flurry.c b/hacks/glx/flurry.c index f2b74ff8..08305b0a 100644 --- a/hacks/glx/flurry.c +++ b/hacks/glx/flurry.c @@ -203,7 +203,6 @@ void GLSetupRC(global_info_t *global) glMatrixMode(GL_MODELVIEW); glLoadIdentity(); - glClearColor(0.0,0.0,0.0,1.0); glClear(GL_COLOR_BUFFER_BIT); glEnableClientState(GL_COLOR_ARRAY); @@ -328,12 +327,8 @@ ENTRYPOINT void reshape_flurry(ModeInfo *mi, int width, int height) glLoadIdentity(); gluOrtho2D(0, width, 0, height); glMatrixMode(GL_MODELVIEW); - - glClearColor(0.0, 0.0, 0.0, 1.0); glClear(GL_COLOR_BUFFER_BIT); - glFlush(); - GLResize(global, (float)width, (float)height); }