From http://www.jwz.org/xscreensaver/xscreensaver-5.22.tar.gz
[xscreensaver] / hacks / helix.c
index 9e28c9fd07f7ecad9351e34a5cbce9e23abd4224..3b6f0f8c22b4e70b47049e1ffb57f688bc480176 100644 (file)
@@ -1,4 +1,4 @@
-/* xscreensaver, Copyright (c) 1992-2006 Jamie Zawinski <jwz@jwz.org>
+/* xscreensaver, Copyright (c) 1992-2008 Jamie Zawinski <jwz@jwz.org>
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that
@@ -338,8 +338,12 @@ helix_free (Display *dpy, Window window, void *closure)
 static const char *helix_defaults [] = {
   ".background: black",
   ".foreground: white",
+  "*fpsSolid:  true",
   "*delay:      5",
   "*subdelay:  20000",
+#ifdef USE_IPHONE
+  "*ignoreRotation: True",
+#endif
   0
 };