X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fstarwars.c;h=60f766a72514e576e63a11aa105901f098e0dc79;hp=5e326aaf4459af6ebff93a699f3d4379ecbecd12;hb=ffd8c0873576a9e3065696a624dce6b766b77062;hpb=9c9d475ff889ed8be02e8ce8c17da28b93278fca diff --git a/hacks/glx/starwars.c b/hacks/glx/starwars.c index 5e326aaf..60f766a7 100644 --- a/hacks/glx/starwars.c +++ b/hacks/glx/starwars.c @@ -141,24 +141,24 @@ static char *alignment_str; static int alignment; static XrmOptionDescRec opts[] = { - {"-program", ".starwars.program", XrmoptionSepArg, (caddr_t) 0 }, - {"-lines", ".starwars.lines", XrmoptionSepArg, (caddr_t) 0 }, - {"-steps", ".starwars.steps", XrmoptionSepArg, (caddr_t) 0 }, - {"-spin", ".starwars.spin", XrmoptionSepArg, (caddr_t) 0 }, - {"-size", ".starwars.fontSize", XrmoptionSepArg, (caddr_t) 0 }, - {"-columns", ".starwars.columns", XrmoptionSepArg, (caddr_t) 0 }, - {"-smooth", ".starwars.smooth", XrmoptionNoArg, (caddr_t) "True" }, - {"-no-smooth", ".starwars.smooth", XrmoptionNoArg, (caddr_t) "False" }, - {"-thick", ".starwars.thick", XrmoptionNoArg, (caddr_t) "True" }, - {"-no-thick", ".starwars.thick", XrmoptionNoArg, (caddr_t) "False" }, - {"-fade", ".starwars.fade", XrmoptionNoArg, (caddr_t) "True" }, - {"-no-fade", ".starwars.fade", XrmoptionNoArg, (caddr_t) "False" }, - {"-wrap", ".starwars.lineWrap", XrmoptionNoArg, (caddr_t) "True" }, - {"-no-wrap", ".starwars.lineWrap", XrmoptionNoArg, (caddr_t) "False" }, - {"-nowrap", ".starwars.lineWrap", XrmoptionNoArg, (caddr_t) "False" }, - {"-left", ".starwars.alignment",XrmoptionNoArg, (caddr_t) "Left" }, - {"-right", ".starwars.alignment",XrmoptionNoArg, (caddr_t) "Right" }, - {"-center", ".starwars.alignment",XrmoptionNoArg, (caddr_t) "Center" }, + {"-program", ".starwars.program", XrmoptionSepArg, 0 }, + {"-lines", ".starwars.lines", XrmoptionSepArg, 0 }, + {"-steps", ".starwars.steps", XrmoptionSepArg, 0 }, + {"-spin", ".starwars.spin", XrmoptionSepArg, 0 }, + {"-size", ".starwars.fontSize", XrmoptionSepArg, 0 }, + {"-columns", ".starwars.columns", XrmoptionSepArg, 0 }, + {"-smooth", ".starwars.smooth", XrmoptionNoArg, "True" }, + {"-no-smooth", ".starwars.smooth", XrmoptionNoArg, "False" }, + {"-thick", ".starwars.thick", XrmoptionNoArg, "True" }, + {"-no-thick", ".starwars.thick", XrmoptionNoArg, "False" }, + {"-fade", ".starwars.fade", XrmoptionNoArg, "True" }, + {"-no-fade", ".starwars.fade", XrmoptionNoArg, "False" }, + {"-wrap", ".starwars.lineWrap", XrmoptionNoArg, "True" }, + {"-no-wrap", ".starwars.lineWrap", XrmoptionNoArg, "False" }, + {"-nowrap", ".starwars.lineWrap", XrmoptionNoArg, "False" }, + {"-left", ".starwars.alignment",XrmoptionNoArg, "Left" }, + {"-right", ".starwars.alignment",XrmoptionNoArg, "Right" }, + {"-center", ".starwars.alignment",XrmoptionNoArg, "Center" }, }; static argtype vars[] = {