X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fwander.c;h=8938ccad1f68e4c41a68dbbb2926e94f6e886cf2;hb=ffd8c0873576a9e3065696a624dce6b766b77062;hp=2540fd9f1acb0632d3b09863b3db56185a251125;hpb=df7adbee81405e2849728a24b498ad2117784b1f;p=xscreensaver diff --git a/hacks/wander.c b/hacks/wander.c index 2540fd9f..8938ccad 100644 --- a/hacks/wander.c +++ b/hacks/wander.c @@ -174,6 +174,8 @@ char *progclass = "Wander"; char *defaults [] = { + ".background: black", + ".foreground: white", ".advance: 1", ".density: 2", ".length: 25000", @@ -187,7 +189,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 },