http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.01.tar.gz
[xscreensaver] / hacks / wander.c
index 2540fd9f1acb0632d3b09863b3db56185a251125..8938ccad1f68e4c41a68dbbb2926e94f6e886cf2 100644 (file)
@@ -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 },