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