http://ftp.ksu.edu.tw/FTP/FreeBSD/distfiles/xscreensaver-4.20.tar.gz
[xscreensaver] / hacks / lightning.c
index deb37411de1e621b4a9560098fc5be1c33493ea5..f8342f20f583109ad710e8704302d5c29997e048 100644 (file)
@@ -1,9 +1,8 @@
 /* -*- Mode: C; tab-width: 4 -*- */
 /* lightning --- fractal lightning bolds */
 
-#if !defined( lint ) && !defined( SABER )
+#if 0
 static const char sccsid[] = "@(#)lightning.c  5.00 2000/11/01 xlockmore";
-
 #endif
 
 /*-
@@ -34,7 +33,8 @@ static const char sccsid[] = "@(#)lightning.c 5.00 2000/11/01 xlockmore";
 #define HACK_INIT init_lightning
 #define HACK_DRAW draw_lightning
 #define lightning_opts xlockmore_opts
-#define DEFAULTS "*delay: 10000 \n"
+#define DEFAULTS "*delay: 10000 \n" \
+                 "*ncolors: 64  \n"
 #define BRIGHT_COLORS
 #include "xlockmore.h"         /* in xscreensaver distribution */
 #else /* STANDALONE */