X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fatunnel.c;fp=hacks%2Fglx%2Fatunnel.c;h=13b8399b6674684812aabc0ae5b4f17d5a027dcd;hp=29eee782af6de99df3e09307f59b3e209cf5c5e7;hb=b81f521c5ad7022ac12db18ca8fcdd9fb063831e;hpb=c141c2b05e374757b6499d12bb8a6d4d943b1529 diff --git a/hacks/glx/atunnel.c b/hacks/glx/atunnel.c index 29eee782..13b8399b 100644 --- a/hacks/glx/atunnel.c +++ b/hacks/glx/atunnel.c @@ -212,6 +212,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);