X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fblaster.c;h=080a277b77933cbd1178f353302eb26c868f84a1;hb=3f1091236d800c43a3124c44c7da54e53f205b13;hp=f2bc6f5920aa5be219e264ce97944335330a7093;hpb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;p=xscreensaver diff --git a/hacks/blaster.c b/hacks/blaster.c index f2bc6f59..080a277b 100644 --- a/hacks/blaster.c +++ b/hacks/blaster.c @@ -1098,6 +1098,7 @@ blaster_free (Display *dpy, Window window, void *closure) static const char *blaster_defaults [] = { ".background: black", ".foreground: white", + "*fpsSolid: true", "*r_color0: #FF00FF", "*r_color1: #FFA500", "*r_color2: #FFFF00", @@ -1128,6 +1129,9 @@ static const char *blaster_defaults [] = { "*move_stars_x: 2", "*move_stars_y: 1", "*move_stars_random: 0", +#ifdef USE_IPHONE + "*ignoreRotation: True", +#endif 0 };