X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fglcells.c;fp=hacks%2Fglx%2Fglcells.c;h=c312f0c2d6083405036065366610ad5ba860725e;hp=e652048ae8901f08956a76778991868c83663eb0;hb=b81f521c5ad7022ac12db18ca8fcdd9fb063831e;hpb=c141c2b05e374757b6499d12bb8a6d4d943b1529 diff --git a/hacks/glx/glcells.c b/hacks/glx/glcells.c index e652048a..c312f0c2 100644 --- a/hacks/glx/glcells.c +++ b/hacks/glx/glcells.c @@ -186,7 +186,7 @@ static argtype vars[] = { {&s_maxfood, "maxfood", "Max Food", DEF_MAXFOOD, t_Int}, {&s_pause, "pause", "Pause at end", DEF_PAUSE, t_Int}, {&s_divideage, "divideage", "Age for duplication (Ticks)", DEF_DIVIDEAGE, t_Int}, - {&s_min_dist, "mindist", "Minimum prefered distance to other cells", DEF_MINDIST, t_Float}, + {&s_min_dist, "mindist", "Minimum preferred distance to other cells", DEF_MINDIST, t_Float}, {&s_keepold, "keepold", "Keep old cells", DEF_KEEPOLD, t_Bool} }; @@ -1221,6 +1221,10 @@ init_glcells( ModeInfo *mi ) st->num_cells = 0; st->wire = MI_IS_WIREFRAME(mi); +# ifdef HAVE_JWZGLES /* #### glPolygonMode other than GL_FILL unimplemented */ + st->wire = 0; +# endif + /* get settings */ st->max_cells = s_maxcells;; if (st->max_cells < 50) st->max_cells = 50;