X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fgrav.c;h=1aedf93adb4fff71d50a591dc803a03c0b006b92;hb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38;hp=ccadc2a6a25569d675b9a23d4c593192719d3210;hpb=a94197e76a5dea5cb60542840809d6c20d0abbf3;p=xscreensaver diff --git a/hacks/grav.c b/hacks/grav.c index ccadc2a6..1aedf93a 100644 --- a/hacks/grav.c +++ b/hacks/grav.c @@ -1,9 +1,8 @@ /* -*- Mode: C; tab-width: 4 -*- */ /* grav --- planets spinning around a pulsar */ -#if !defined( lint ) && !defined( SABER ) +#if 0 static const char sccsid[] = "@(#)grav.c 5.00 2000/11/01 xlockmore"; - #endif /*- @@ -61,8 +60,8 @@ static XrmOptionDescRec opts[] = }; static argtype vars[] = { - {(caddr_t *) & decay, (char *) "decay", (char *) "Decay", (char *) DEF_DECAY, t_Bool}, - {(caddr_t *) & trail, (char *) "trail", (char *) "Trail", (char *) DEF_TRAIL, t_Bool} + {&decay, "decay", "Decay", DEF_DECAY, t_Bool}, + {&trail, "trail", "Trail", DEF_TRAIL, t_Bool} }; static OptionStruct desc[] = {