X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fatunnel.c;h=ea43b9bf87151ded310f282935d40bcb96fe0149;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hp=29eee782af6de99df3e09307f59b3e209cf5c5e7;hpb=6f5482d73adb0165c0130bb47d852644ab0c4869;p=xscreensaver diff --git a/hacks/glx/atunnel.c b/hacks/glx/atunnel.c index 29eee782..ea43b9bf 100644 --- a/hacks/glx/atunnel.c +++ b/hacks/glx/atunnel.c @@ -41,6 +41,7 @@ static const char sccsid[] = "@(#)atunnel.c 5.13 2004/05/25 xlockmore"; #ifdef STANDALONE /* xscreensaver mode */ #define DEFAULTS "*delay: 10000 \n" \ "*showFPS: False \n" \ + "*suppressRotationAnimation: True\n" \ # define refresh_atunnel 0 # define atunnel_handle_event 0 @@ -212,6 +213,11 @@ static void Init(ModeInfo * mi) glEnable(GL_LIGHTING); } + +# ifdef HAVE_JWZGLES /* #### glPolygonMode other than GL_FILL unimplemented */ + do_wire = 0; +# endif + if (do_wire) { glDisable(GL_NORMALIZE); glDisable(GL_CULL_FACE);