X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fquasicrystal.c;h=708794a6f7108be09ad54627ee85bcfc72f3fe7e;hb=refs%2Fheads%2Fmaster2;hp=d2d3f5c16b0b3c73c5787a9f9244bf2cb14ca375;hpb=d5186197bc394e10a4402f7f6d23fbb14103bc50;p=xscreensaver diff --git a/hacks/glx/quasicrystal.c b/hacks/glx/quasicrystal.c index d2d3f5c1..708794a6 100644 --- a/hacks/glx/quasicrystal.c +++ b/hacks/glx/quasicrystal.c @@ -22,6 +22,7 @@ "*contrast: 30 \n" \ "*showFPS: False \n" \ "*wireframe: False \n" \ + "*suppressRotationAnimation: True\n" \ # define refresh_quasicrystal 0 # define release_quasicrystal 0 @@ -328,7 +329,9 @@ draw_quasicrystal (ModeInfo *mi) if (!wire) { glEnable (GL_TEXTURE_1D); - glEnable (GL_TEXTURE_2D); /* jwzgles needs this too, bleh. */ +# ifdef HAVE_JWZGLES + glEnable (GL_TEXTURE_2D); /* jwzgles needs this, bleh. */ +# endif } glEnable (GL_BLEND);