http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / hacks / t3d.c
index 698aad34707c87a760aea41635a09e65e8c88c9a..8b7ee7ed6f64b3cfad0a012f5fc552eeb2bad99a 100644 (file)
@@ -801,7 +801,8 @@ XrmOptionDescRec options [] = {
   { "-wobble",         ".wobble",      XrmoptionSepArg, 0 },
   { "-cycle",          ".cycle",       XrmoptionSepArg, 0 },
   { "-mag",            ".mag",         XrmoptionSepArg, 0 },
-  { "-minutes",                ".minutes",     XrmoptionSepArg, 0 },
+  { "-minutes",                ".minutes",     XrmoptionNoArg, "True" },
+  { "-no-minutes",     ".minutes",     XrmoptionNoArg, "False" },
   { "-delay",          ".delay",       XrmoptionSepArg, 0 },
   { "-fast",           ".fast",        XrmoptionSepArg, 0 },
   { "-colcycle",       ".colcycle",    XrmoptionSepArg, 0 },