X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fgears.c;h=e89ba4e44255464b1de9ad742fa0072902309bd7;hp=e1c08bdc35b39d64b243dbd4b66fd4011b170a06;hb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38;hpb=96a411663168b0ba5432b407a83be55f3df0c802 diff --git a/hacks/glx/gears.c b/hacks/glx/gears.c index e1c08bdc..e89ba4e4 100644 --- a/hacks/glx/gears.c +++ b/hacks/glx/gears.c @@ -78,7 +78,7 @@ static XrmOptionDescRec opts[] = { }; static argtype vars[] = { - {(caddr_t *) &planetary, "planetary", "Planetary", DEF_PLANETARY, t_Bool}, + {&planetary, "planetary", "Planetary", DEF_PLANETARY, t_Bool}, }; ModeSpecOpt gears_opts = {countof(opts), opts, countof(vars), vars, NULL};