X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fboxed.c;h=1200e62c7a339949af85a1de29062b95200b261e;hb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38;hp=3159a2438a60364c2280a565330b548f154e727a;hpb=6a1da724858673ac40aa13a9612340d8bed8c7b9;p=xscreensaver diff --git a/hacks/glx/boxed.c b/hacks/glx/boxed.c index 3159a243..1200e62c 100644 --- a/hacks/glx/boxed.c +++ b/hacks/glx/boxed.c @@ -1,8 +1,7 @@ /* thebox --- 3D bouncing balls that explode */ -#if !defined( lint ) && !defined( SABER ) +#if 0 static const char sccsid[] = "@(#)boxed.c 0.9 01/09/26 xlockmore"; - #endif /*- @@ -67,7 +66,7 @@ static XrmOptionDescRec opts[] = { }; static argtype vars[] = { - {(caddr_t *) &planetary, "planetary", "Planetary", DEF_PLANETARY, t_Bool}, + {&planetary, "planetary", "Planetary", DEF_PLANETARY, t_Bool}, }; */