X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fblaster.c;h=3944146fffa048dad91a15388456691cd93ab6e8;hp=080a277b77933cbd1178f353302eb26c868f84a1;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hpb=88cfe534a698a0562e81345957a50714af1453bc diff --git a/hacks/blaster.c b/hacks/blaster.c index 080a277b..3944146f 100644 --- a/hacks/blaster.c +++ b/hacks/blaster.c @@ -739,7 +739,7 @@ blaster_draw (Display *dpy, Window window, void *closure) { struct state *st = (struct state *) closure; -#ifdef HAVE_COCOA /* Don't second-guess Quartz's double-buffering */ +#ifdef HAVE_JWXYZ /* Don't second-guess Quartz's double-buffering */ XClearWindow (dpy, window); #endif @@ -1041,7 +1041,7 @@ blaster_init (Display *d, Window w) make_gc (st->r_color5,"r_color5"); make_gc (st->l_color0,"l_color0"); make_gc (st->l_color1,"l_color1"); -#ifdef HAVE_COCOA /* Don't second-guess Quartz's double-buffering */ +#ifdef HAVE_JWXYZ /* Don't second-guess Quartz's double-buffering */ st->black = 0; #else make_gc (st->black,"background"); @@ -1129,7 +1129,7 @@ static const char *blaster_defaults [] = { "*move_stars_x: 2", "*move_stars_y: 1", "*move_stars_random: 0", -#ifdef USE_IPHONE +#ifdef HAVE_MOBILE "*ignoreRotation: True", #endif 0