X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fglcells.c;h=e652048ae8901f08956a76778991868c83663eb0;hp=0ec1af3f48e4ea8e91cb15f5efc766b2a0706088;hb=6f5482d73adb0165c0130bb47d852644ab0c4869;hpb=c70f94f648d51bb4828193124f325fa52b0e57f3 diff --git a/hacks/glx/glcells.c b/hacks/glx/glcells.c index 0ec1af3f..e652048a 100644 --- a/hacks/glx/glcells.c +++ b/hacks/glx/glcells.c @@ -1197,8 +1197,7 @@ reshape_glcells( ModeInfo *mi, int width, int height ) if (st->food) free( st->food ); st->food = (int *)malloc( ((width*height)/16)*sizeof(int) ); - - create_cells( st ); + /* create_cells( st );*/ } ENTRYPOINT void