X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fjulia.c;h=d7066b0896e94d2dad8b8d8156423482292330ab;hp=fe7ad4366d3064868edf3950ffb82ec808f4ca72;hb=4ade52359b6eba3621566dac79793a33aa4c915f;hpb=ff35d056d723c9a5ffe728dbba5f1c25e141be04 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 */