X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fgrav.c;h=1aedf93adb4fff71d50a591dc803a03c0b006b92;hp=aec897d559de8a0e7fb4d6c3a05f2001fd41830e;hb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38;hpb=96a411663168b0ba5432b407a83be55f3df0c802 diff --git a/hacks/grav.c b/hacks/grav.c index aec897d5..1aedf93a 100644 --- a/hacks/grav.c +++ b/hacks/grav.c @@ -60,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[] = {