X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fendgame.c;h=b4811da455cae932495870203c4f10a8d4d650b8;hp=e1c83eabbe157bf9215a912387dd72c3acb2e2b9;hb=b81f521c5ad7022ac12db18ca8fcdd9fb063831e;hpb=c141c2b05e374757b6499d12bb8a6d4d943b1529 diff --git a/hacks/glx/endgame.c b/hacks/glx/endgame.c index e1c83eab..b4811da4 100644 --- a/hacks/glx/endgame.c +++ b/hacks/glx/endgame.c @@ -881,6 +881,10 @@ ENTRYPOINT void init_chess(ModeInfo *mi) } chessmodels_gen_lists( classic, cs->poly_counts); +# ifdef HAVE_JWZGLES /* #### glPolygonMode other than GL_FILL unimplemented */ + cs->wire = 0; +# endif + if(!cs->wire) { setup_lights(cs); glColorMaterial(GL_FRONT, GL_DIFFUSE);