X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Flisa.c;h=2606f5b552d875d2de596a7f9d3bf9d0cf611220;hb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38;hp=63d7d8371077331a85466ff9bc132eb4c0625c18;hpb=a94197e76a5dea5cb60542840809d6c20d0abbf3;p=xscreensaver diff --git a/hacks/lisa.c b/hacks/lisa.c index 63d7d837..2606f5b5 100644 --- a/hacks/lisa.c +++ b/hacks/lisa.c @@ -1,9 +1,8 @@ /* -*- Mode: C; tab-width: 4 -*- */ /* lisa --- animated full-loop lisajous figures */ -#if !defined( lint ) && !defined( SABER ) +#if 0 static const char sccsid[] = "@(#)lisa.c 5.00 2000/11/01 xlockmore"; - #endif /*- @@ -69,7 +68,7 @@ static XrmOptionDescRec opts[] = static argtype vars[] = { - {(caddr_t *) & additive, (char *) "additive", (char *) "Additive", (char *) DEF_ADDITIVE, t_Bool} + {&additive, "additive", "Additive", DEF_ADDITIVE, t_Bool} }; static OptionStruct desc[] =