X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fqueens.c;h=e6e0644660cbaab296a14ab7cc13b922e8c5217d;hp=0c893af7ee452b435c0c21533334f3aa95157acb;hb=ffd8c0873576a9e3065696a624dce6b766b77062;hpb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38 diff --git a/hacks/glx/queens.c b/hacks/glx/queens.c index 0c893af7..e6e06446 100644 --- a/hacks/glx/queens.c +++ b/hacks/glx/queens.c @@ -47,10 +47,10 @@ #define countof(x) (sizeof((x))/sizeof((*x))) static XrmOptionDescRec opts[] = { - {"+rotate", ".queens.rotate", XrmoptionNoArg, (caddr_t) "false" }, - {"-rotate", ".queens.rotate", XrmoptionNoArg, (caddr_t) "true" }, - {"+flat", ".queens.flat", XrmoptionNoArg, (caddr_t) "false" }, - {"-flat", ".queens.flat", XrmoptionNoArg, (caddr_t) "true" }, + {"+rotate", ".queens.rotate", XrmoptionNoArg, "false" }, + {"-rotate", ".queens.rotate", XrmoptionNoArg, "true" }, + {"+flat", ".queens.flat", XrmoptionNoArg, "false" }, + {"-flat", ".queens.flat", XrmoptionNoArg, "true" }, }; int rotate, wire, clearbits, flat;