X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fpiecewise.c;h=6e6e484f1db9fadf0af19d27cd2be1f8851bac21;hb=c85f503f5793839a6be4c818332aca4a96927bb2;hp=980600c75220782d09e663d3ea2055c4a4aa6d28;hpb=8afc01a67be4fbf3f1cc0fce9adf01b5289a21c6;p=xscreensaver 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