X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fjulia.c;h=dafcf1649982e66988cfc200b9a59059a52b17e7;hb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38;hp=29cbb558c8c5a1306a7d7ebce7c2f3b653f6e863;hpb=df7adbee81405e2849728a24b498ad2117784b1f;p=xscreensaver diff --git a/hacks/julia.c b/hacks/julia.c index 29cbb558..dafcf164 100644 --- a/hacks/julia.c +++ b/hacks/julia.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 4 -*- * julia --- continuously varying Julia set. */ -#if !defined( lint ) && !defined( SABER ) +#if 0 static const char sccsid[] = "@(#)julia.c 4.03 97/04/10 xlockmore"; #endif @@ -63,7 +63,7 @@ static XrmOptionDescRec opts[] = }; static argtype vars[] = { - {(caddr_t *) & track_p, "mouse", "Mouse", DEF_MOUSE, t_Bool}, + {&track_p, "mouse", "Mouse", DEF_MOUSE, t_Bool}, }; static OptionStruct desc[] = {