X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Flisa.c;h=f58a96c0c9ed19ccbcc4e20791e6b66f0fd382e1;hp=63d7d8371077331a85466ff9bc132eb4c0625c18;hb=ffd8c0873576a9e3065696a624dce6b766b77062;hpb=a94197e76a5dea5cb60542840809d6c20d0abbf3 diff --git a/hacks/lisa.c b/hacks/lisa.c index 63d7d837..f58a96c0 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 /*- @@ -63,18 +62,18 @@ static Bool additive; static XrmOptionDescRec opts[] = { - {(char *) "-additive", (char *) ".lisa.additive", XrmoptionNoArg, (caddr_t) "True"}, - {(char *) "+additive", (char *) ".lisa.additive", XrmoptionNoArg, (caddr_t) "False"} + {"-additive", ".lisa.additive", XrmoptionNoArg, "True"}, + {"+additive", ".lisa.additive", XrmoptionNoArg, "False"} }; 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[] = { - {(char *) "-/+additive", (char *) "turn on/off additive functions mode"} + {"-/+additive", "turn on/off additive functions mode"} }; ModeSpecOpt lisa_opts =