X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fhalo.c;h=42b6a552e8843c07734f2ba4130299bb523fc083;hp=40a55402a95b5491908cc6bdea686781dba9c4b5;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hpb=88cfe534a698a0562e81345957a50714af1453bc diff --git a/hacks/halo.c b/hacks/halo.c index 40a55402..42b6a552 100644 --- a/hacks/halo.c +++ b/hacks/halo.c @@ -185,7 +185,7 @@ halo_init (Display *dpy, Window window) gcv.background = st->bg_pixel; st->copy_gc = XCreateGC (st->dpy, st->window, GCForeground | GCBackground, &gcv); -#ifdef HAVE_COCOA +#ifdef HAVE_JWXYZ jwxyz_XSetAntiAliasing (dpy, st->draw_gc, False); jwxyz_XSetAntiAliasing (dpy, st->erase_gc, False); jwxyz_XSetAntiAliasing (dpy, st->copy_gc, False); @@ -405,7 +405,7 @@ static const char *halo_defaults [] = { "*delay2: 20", "*increment: 0", "*animate: False", -#ifdef USE_IPHONE +#ifdef HAVE_MOBILE "*ignoreRotation: True", #endif 0