X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fdrift.c;h=50893db90b9fa9c312a6fe2824763a6c79421024;hp=38cdf7b70d8a70b809c946237a2153c852fd02aa;hb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38;hpb=96a411663168b0ba5432b407a83be55f3df0c802 diff --git a/hacks/drift.c b/hacks/drift.c index 38cdf7b7..50893db9 100644 --- a/hacks/drift.c +++ b/hacks/drift.c @@ -68,8 +68,8 @@ static XrmOptionDescRec opts[] = }; static argtype vars[] = { - {(caddr_t *) & grow, (char *) "grow", (char *) "Grow", (char *) DEF_GROW, t_Bool}, - {(caddr_t *) & liss, (char *) "liss", (char *) "Liss", (char *) DEF_LISS, t_Bool} + {&grow, "grow", "Grow", DEF_GROW, t_Bool}, + {&liss, "liss", "Liss", DEF_LISS, t_Bool} }; static OptionStruct desc[] = {