From http://www.jwz.org/xscreensaver/xscreensaver-5.22.tar.gz
[xscreensaver] / hacks / julia.c
index fe7ad4366d3064868edf3950ffb82ec808f4ca72..d7066b0896e94d2dad8b8d8156423482292330ab 100644 (file)
@@ -38,11 +38,12 @@ static const char sccsid[] = "@(#)julia.c   4.03 97/04/10 xlockmore";
  */
 
 #ifdef STANDALONE
-# define DEFAULTS      "*count:                1000  \n"                       \
-                                       "*cycles:               20    \n"                       \
-                                       "*delay:                10000 \n"                       \
-                                       "*ncolors:              200   \n" \
-                                       "*fpsSolid:             true   \n" \
+# define DEFAULTS      "*count:                  1000   \n" \
+                                       "*cycles:                 20     \n" \
+                                       "*delay:                  10000  \n" \
+                                       "*ncolors:                200    \n" \
+                                       "*fpsSolid:               true   \n" \
+                                       "*ignoreRotation: True   \n" \
 
 # define UNIFORM_COLORS
 # include "xlockmore.h"                                /* in xscreensaver distribution */