X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fjulia.c;h=a39025d5659ce0538128e941cbd65adc3f6483c6;hp=680a5b196a03e73f65c1393d6fcc826bcb6c5120;hb=ffd8c0873576a9e3065696a624dce6b766b77062;hpb=f3e0240915ed9f9b3a61781f5c7002d587563fe0 diff --git a/hacks/julia.c b/hacks/julia.c index 680a5b19..a39025d5 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 @@ -20,8 +20,8 @@ static const char sccsid[] = "@(#)julia.c 4.03 97/04/10 xlockmore"; * other special, indirect and consequential damages. * * Revision History: - * 28-May-97: jwz@netscape.com: added interactive frobbing with the mouse. - * 10-May-97: jwz@netscape.com: turned into a standalone program. + * 28-May-97: jwz@jwz.org: added interactive frobbing with the mouse. + * 10-May-97: jwz@jwz.org: turned into a standalone program. * 02-Dec-95: snagged boilerplate from hop.c * used ifs {w0 = sqrt(x-c), w1 = -sqrt(x-c)} with random iteration * to plot the julia set, and sinusoidially varied parameter for set @@ -58,12 +58,12 @@ static Bool track_p; static XrmOptionDescRec opts[] = { - {"-mouse", ".julia.mouse", XrmoptionNoArg, (caddr_t) "on"}, - {"+mouse", ".julia.mouse", XrmoptionNoArg, (caddr_t) "off"}, + {"-mouse", ".julia.mouse", XrmoptionNoArg, "on"}, + {"+mouse", ".julia.mouse", XrmoptionNoArg, "off"}, }; static argtype vars[] = { - {(caddr_t *) & track_p, "mouse", "Mouse", DEF_MOUSE, t_Bool}, + {&track_p, "mouse", "Mouse", DEF_MOUSE, t_Bool}, }; static OptionStruct desc[] = {