X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fzoom.c;h=99a652a54cd5f5d9abc9842fbece4bc37904e4f0;hp=3c691aaff37063e0cdca44a4dac457d246e7fff6;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hpb=88cfe534a698a0562e81345957a50714af1453bc diff --git a/hacks/zoom.c b/hacks/zoom.c index 3c691aaf..99a652a5 100644 --- a/hacks/zoom.c +++ b/hacks/zoom.c @@ -25,8 +25,8 @@ #define MINX 0.0 #define MINY 0.0 /* This should be *way* slower than the spotlight hack was */ -#define X_PERIOD 45000.0 -#define Y_PERIOD 36000.0 +#define X_PERIOD (45000.0 * 3) +#define Y_PERIOD (36000.0 * 3) struct state { Display *dpy; @@ -254,13 +254,13 @@ static const char *zoom_defaults[] = { "*lenses: true", "*delay: 10000", "*duration: 120", - "*pixwidth: 10", - "*pixheight: 10", + "*pixwidth: 40", + "*pixheight: 40", "*pixspacex: 2", "*pixspacey: 2", "*lensoffsetx: 5", "*lensoffsety: 5", -#ifdef USE_IPHONE +#ifdef HAVE_MOBILE "*ignoreRotation: True", "*rotateImages: True", #endif