X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fnoof.c;h=c5328436985a60f4a09d715ac4708cc77500c901;hb=5f9c47ca98dd43d8f59b7c27d3fde6edfde4fe21;hp=6ec5793e7f50d358976fd69acc9e45da94e95a3a;hpb=c1b9b55ad8d59dc05ef55e316aebf5863e7dfa56;p=xscreensaver diff --git a/hacks/glx/noof.c b/hacks/glx/noof.c index 6ec5793e..c5328436 100644 --- a/hacks/glx/noof.c +++ b/hacks/glx/noof.c @@ -16,6 +16,7 @@ #define DEFAULTS "*delay: 10000 \n" \ "*showFPS: False \n" \ "*fpsSolid: True \n" \ + "*doubleBuffer: False \n" \ # define refresh_noof 0 # define release_noof 0 @@ -458,7 +459,6 @@ init_noof (ModeInfo *mi) bp->glx_context = init_GL(mi); glDrawBuffer(dbuf_p ? GL_BACK : GL_FRONT); - glClearColor(0.0, 0.0, 0.0, 1.0); glEnable(GL_LINE_SMOOTH); glShadeModel(GL_FLAT); glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);