X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fantinspect.c;h=777ddbecfca55dfccfb14007e5f0e58aca22b568;hp=0d50467146e400b79a98d4e2ac5ea322bf7eb7f7;hb=ffd8c0873576a9e3065696a624dce6b766b77062;hpb=9c9d475ff889ed8be02e8ce8c17da28b93278fca diff --git a/hacks/glx/antinspect.c b/hacks/glx/antinspect.c index 0d504671..777ddbec 100644 --- a/hacks/glx/antinspect.c +++ b/hacks/glx/antinspect.c @@ -42,21 +42,16 @@ static int shadows; static XrmOptionDescRec opts[] = { - {(char *) "-shadows", - (char *) ".antinspect.shadows", XrmoptionNoArg, (caddr_t) "on"}, - - {(char *) "+shadows", - (char *) ".antinspect.shadows", XrmoptionNoArg, (caddr_t) "off"} + {"-shadows", ".antinspect.shadows", XrmoptionNoArg, "on"}, + {"+shadows", ".antinspect.shadows", XrmoptionNoArg, "off"} }; static argtype vars[] = { - {(caddr_t *) &shadows, - (char *) "shadows", (char *) "Shadows", (char *) DEF_SHADOWS, t_Bool} + {&shadows, "shadows", "Shadows", DEF_SHADOWS, t_Bool} }; static OptionStruct desc[] = { - {(char *) "-/+shadows", - (char *) "turn on/off ant shadows"} + {"-/+shadows", "turn on/off ant shadows"} }; ModeSpecOpt antinspect_opts = {sizeof opts / sizeof opts[0],