X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fcube21.c;h=7e2ae1724a79826efd545ee00f667c8c210926b1;hp=5a477bce5e553dc0a646992cb2052c945eea5a9b;hb=b81f521c5ad7022ac12db18ca8fcdd9fb063831e;hpb=c141c2b05e374757b6499d12bb8a6d4d943b1529 diff --git a/hacks/glx/cube21.c b/hacks/glx/cube21.c index 5a477bce..7e2ae172 100644 --- a/hacks/glx/cube21.c +++ b/hacks/glx/cube21.c @@ -702,6 +702,11 @@ static void init_gl(ModeInfo *mi) tex = False; cp->cmat = False; } + +# ifdef HAVE_JWZGLES /* #### glPolygonMode other than GL_FILL unimplemented */ + cp->wire = 0; +# endif + if(cp->wire) { glPolygonMode(GL_FRONT_AND_BACK, GL_LINE); return;