X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fpolyominoes.c;h=02645b72431c40c593b0f9f832ba84901f130a8c;hp=3ed5227ba54bf1b41459f9789fde89b389e2f8ab;hb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38;hpb=96a411663168b0ba5432b407a83be55f3df0c802 diff --git a/hacks/polyominoes.c b/hacks/polyominoes.c index 3ed5227b..02645b72 100644 --- a/hacks/polyominoes.c +++ b/hacks/polyominoes.c @@ -65,8 +65,8 @@ static XrmOptionDescRec opts[] = }; static argtype vars[] = { - {(caddr_t *) &identical, (char *) "identical", (char *) "Identical", (char *) DEF_IDENTICAL, t_Bool}, - {(caddr_t *) & plain, (char *) "plain", (char *) "Plain", (char *) DEF_PLAIN, t_Bool} + {&identical, "identical", "Identical", DEF_IDENTICAL, t_Bool}, + {&plain, "plain", "Plain", DEF_PLAIN, t_Bool} }; static OptionStruct desc[] = {