X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fhexadrop.c;h=515cb4cd4e05455e3bd75669ce920c28963074e5;hp=d9a706c57de80959ec2b8bf7854c55eebf9dbfac;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hpb=88cfe534a698a0562e81345957a50714af1453bc diff --git a/hacks/hexadrop.c b/hacks/hexadrop.c index d9a706c5..515cb4cd 100644 --- a/hacks/hexadrop.c +++ b/hacks/hexadrop.c @@ -56,7 +56,6 @@ make_cells (state *st) int size, r, gw, gh, x, y, i; double th = 0; - grid_size = get_integer_resource (st->dpy, "size", "Size"); if (grid_size < 5) grid_size = 5; size = ((st->xgwa.width > st->xgwa.height @@ -386,7 +385,7 @@ static const char *hexadrop_defaults [] = { "*ncolors: 128", "*uniform: Maybe", "*lockstep: Maybe", -#ifdef USE_IPHONE +#ifdef HAVE_MOBILE "*ignoreRotation: True", #endif 0