X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Ffadeplot.c;h=a44bdb3b60d2fa320b334e30b07fccc514add44a;hp=1239514fbddc7e8304116d59245ddcb1ec816a61;hb=c1b9b55ad8d59dc05ef55e316aebf5863e7dfa56;hpb=de460e831dc8578acfa8b72251ab9346c99c1f96 diff --git a/hacks/fadeplot.c b/hacks/fadeplot.c index 1239514f..a44bdb3b 100644 --- a/hacks/fadeplot.c +++ b/hacks/fadeplot.c @@ -33,7 +33,9 @@ static const char sccsid[] = "@(#)fadeplot.c 5.00 2000/11/01 xlockmore"; # define DEFAULTS "*delay: 30000 \n" \ "*count: 10 \n" \ "*cycles: 1500 \n" \ - "*ncolors: 64 \n" + "*ncolors: 64 \n" \ + "*fpsSolid: true \n" \ + # define BRIGHT_COLORS # define UNIFORM_COLORS # define reshape_fadeplot 0 @@ -229,6 +231,6 @@ release_fadeplot (ModeInfo * mi) } } -XSCREENSAVER_MODULE ("Fadeplot", fadeplot) +XSCREENSAVER_MODULE ("FadePlot", fadeplot) #endif /* MODE_fadeplot */