http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / fadeplot.c
index 1239514fbddc7e8304116d59245ddcb1ec816a61..a44bdb3b60d2fa320b334e30b07fccc514add44a 100644 (file)
@@ -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 */