X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fjulia.c;h=d7066b0896e94d2dad8b8d8156423482292330ab;hb=8afc01a67be4fbf3f1cc0fce9adf01b5289a21c6;hp=fe7ad4366d3064868edf3950ffb82ec808f4ca72;hpb=6f5482d73adb0165c0130bb47d852644ab0c4869;p=xscreensaver diff --git a/hacks/julia.c b/hacks/julia.c index fe7ad436..d7066b08 100644 --- a/hacks/julia.c +++ b/hacks/julia.c @@ -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 */