X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fwander.c;h=d64bdd519f5f336cb60b0514fc90217c31a320f7;hp=2540fd9f1acb0632d3b09863b3db56185a251125;hb=8eb2873d7054e705c4e83f22d18c40946a9e2529;hpb=a1d41b2aa6e18bf9a49b914a99dda8232c5d7762 diff --git a/hacks/wander.c b/hacks/wander.c index 2540fd9f..d64bdd51 100644 --- a/hacks/wander.c +++ b/hacks/wander.c @@ -187,7 +187,8 @@ char *defaults [] = XrmOptionDescRec options [] = { { "-advance", ".advance", XrmoptionSepArg, 0 }, - { "-circles", ".circles", XrmoptionSepArg, 0 }, + { "-circles", ".circles", XrmoptionNoArg, "True" }, + { "-no-circles",".circles", XrmoptionNoArg, "False" }, { "-density", ".density", XrmoptionSepArg, 0 }, { "-length", ".length", XrmoptionSepArg, 0 }, { "-delay", ".delay", XrmoptionSepArg, 0 },