X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fpiecewise.c;h=6e6e484f1db9fadf0af19d27cd2be1f8851bac21;hp=980600c75220782d09e663d3ea2055c4a4aa6d28;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hpb=88cfe534a698a0562e81345957a50714af1453bc diff --git a/hacks/piecewise.c b/hacks/piecewise.c index 980600c7..6e6e484f 100644 --- a/hacks/piecewise.c +++ b/hacks/piecewise.c @@ -848,7 +848,7 @@ piecewise_init (Display *dd, Window ww) st->colorspeed = get_integer_resource(st->dpy, "colorspeed", "Integer"); st->dbuf = get_boolean_resource(st->dpy, "doubleBuffer", "Boolean"); -# ifdef HAVE_COCOA /* Don't second-guess Quartz's double-buffering */ +# ifdef HAVE_JWXYZ /* Don't second-guess Quartz's double-buffering */ st->dbuf = False; # endif @@ -981,7 +981,7 @@ static const char *piecewise_defaults [] = { #ifdef HAVE_DOUBLE_BUFFER_EXTENSION "*useDBE: True", #endif /* HAVE_DOUBLE_BUFFER_EXTENSION */ -#ifdef USE_IPHONE +#ifdef HAVE_MOBILE "*ignoreRotation: True", #endif 0