ftp://ftp.jp.xemacs.org/pub/NetBSD/packages/distfiles/xscreensaver-4.15.tar.gz
[xscreensaver] / hacks / drift.c
index 8b4aa63ca5df6836e7a26234177c1b7d97b118d9..50893db90b9fa9c312a6fe2824763a6c79421024 100644 (file)
@@ -1,9 +1,8 @@
 /* -*- Mode: C; tab-width: 4 -*- */
 /* drift --- drifting recursive fractal cosmic flames */
 
-#if !defined( lint ) && !defined( SABER )
+#if 0
 static const char sccsid[] = "@(#)drift.c      5.00 2000/11/01 xlockmore";
-
 #endif
 
 /*-
@@ -69,8 +68,8 @@ static XrmOptionDescRec opts[] =
 };
 static argtype vars[] =
 {
-       {(caddr_t *) & grow, (char *) "grow", (char *) "Grow", (char *) DEF_GROW, t_Bool},
-       {(caddr_t *) & liss, (char *) "liss", (char *) "Liss", (char *) DEF_LISS, t_Bool}
+       {&grow, "grow", "Grow", DEF_GROW, t_Bool},
+       {&liss, "liss", "Liss", DEF_LISS, t_Bool}
 };
 static OptionStruct desc[] =
 {