X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fkaleidescope.c;h=87a823604a198c8c4489b26ef9bb4ed84593956e;hp=f260360d251397e1eb93ddae575443e687b72573;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hpb=88cfe534a698a0562e81345957a50714af1453bc diff --git a/hacks/kaleidescope.c b/hacks/kaleidescope.c index f260360d..87a82360 100644 --- a/hacks/kaleidescope.c +++ b/hacks/kaleidescope.c @@ -100,7 +100,7 @@ static const char *kaleidescope_defaults [] = { "*greenrange: 20000", "*bluemin: 30000", "*bluerange: 20000", -#ifdef USE_IPHONE +#ifdef HAVE_MOBILE "*ignoreRotation: True", #endif 0 @@ -431,7 +431,7 @@ init_g (GLOBAL *g) gcv.foreground = get_pixel_resource (g->dpy, g->cmap, "background", "Background"); g->erase_gc = XCreateGC (g->dpy, g->window, GCForeground|GCLineWidth|GCCapStyle,&gcv); -# ifdef HAVE_COCOA +# ifdef HAVE_JWXYZ jwxyz_XSetAntiAliasing (g->dpy, g->draw_gc, False); jwxyz_XSetAntiAliasing (g->dpy, g->erase_gc, False); # endif