X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fendgame.c;h=25335a7097e1a351c1e520ef3f085a7998fb357d;hp=41131c28d325c032fa3879becbd0c04127e5fc8b;hb=ffd8c0873576a9e3065696a624dce6b766b77062;hpb=9c9d475ff889ed8be02e8ce8c17da28b93278fca diff --git a/hacks/glx/endgame.c b/hacks/glx/endgame.c index 41131c28..25335a70 100644 --- a/hacks/glx/endgame.c +++ b/hacks/glx/endgame.c @@ -48,14 +48,14 @@ #define countof(x) (sizeof((x))/sizeof((*x))) static XrmOptionDescRec opts[] = { - {"+rotate", ".chess.rotate", XrmoptionNoArg, (caddr_t) "false" }, - {"-rotate", ".chess.rotate", XrmoptionNoArg, (caddr_t) "true" }, - {"+reflections", ".chess.reflections", XrmoptionNoArg, (caddr_t) "false" }, - {"-reflections", ".chess.reflections", XrmoptionNoArg, (caddr_t) "true" }, - {"+shadows", ".chess.shadows", XrmoptionNoArg, (caddr_t) "false" }, - {"-shadows", ".chess.shadows", XrmoptionNoArg, (caddr_t) "true" }, - {"+smooth", ".chess.smooth", XrmoptionNoArg, (caddr_t) "false" }, - {"-smooth", ".chess.smooth", XrmoptionNoArg, (caddr_t) "true" }, + {"+rotate", ".chess.rotate", XrmoptionNoArg, "false" }, + {"-rotate", ".chess.rotate", XrmoptionNoArg, "true" }, + {"+reflections", ".chess.reflections", XrmoptionNoArg, "false" }, + {"-reflections", ".chess.reflections", XrmoptionNoArg, "true" }, + {"+shadows", ".chess.shadows", XrmoptionNoArg, "false" }, + {"-shadows", ".chess.shadows", XrmoptionNoArg, "true" }, + {"+smooth", ".chess.smooth", XrmoptionNoArg, "false" }, + {"-smooth", ".chess.smooth", XrmoptionNoArg, "true" }, }; int rotate, reflections, smooth, shadows;