From http://www.jwz.org/xscreensaver/xscreensaver-5.22.tar.gz
[xscreensaver] / hacks / blaster.c
index f2bc6f5920aa5be219e264ce97944335330a7093..080a277b77933cbd1178f353302eb26c868f84a1 100644 (file)
@@ -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
 };