From http://www.jwz.org/xscreensaver/xscreensaver-5.20.tar.gz
[xscreensaver] / hacks / glx / timetunnel.c
index 8be850ec4014400453f923855500ffabf04f8d5b..89d894617c55ece1c7c2b6317c188b5a75638e0c 100644 (file)
@@ -1054,6 +1054,10 @@ init_tunnel (ModeInfo *mi)
   
   wire = MI_IS_WIREFRAME(mi);
 
+# ifdef HAVE_JWZGLES /* #### glPolygonMode other than GL_FILL unimplemented */
+  wire = 0;
+# endif
+
   if (!tconf) {
     tconf = (tunnel_configuration *)
       calloc (MI_NUM_SCREENS(mi), sizeof (tunnel_configuration));