X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fapollonian.c;h=838f81fd73c4acf86cd073f06615b020f51be000;hb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38;hp=4befef4e7de6b512ae92ae68fab3322ca02386e4;hpb=a94197e76a5dea5cb60542840809d6c20d0abbf3;p=xscreensaver diff --git a/hacks/apollonian.c b/hacks/apollonian.c index 4befef4e..838f81fd 100644 --- a/hacks/apollonian.c +++ b/hacks/apollonian.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 4 -*- */ /* apollonian --- Apollonian Circles */ -#if !defined( lint ) && !defined( SABER ) +#if 0 static const char sccsid[] = "@(#)apollonian.c 5.02 2001/07/01 xlockmore"; #endif @@ -97,8 +97,8 @@ static XrmOptionDescRec opts[] = }; static argtype vars[] = { - {(caddr_t *) & altgeom, (char *) "altgeom", (char *) "AltGeom", (char *) DEF_ALTGEOM, t_Bool}, - {(caddr_t *) & label, (char *) "label", (char *) "Label", (char *) DEF_LABEL, t_Bool}, + {&altgeom, "altgeom", "AltGeom", DEF_ALTGEOM, t_Bool}, + {&label, "label", "Label", DEF_LABEL, t_Bool}, }; static OptionStruct desc[] = {