http://ftp.x.org/contrib/applications/xscreensaver-2.23.tar.gz
[xscreensaver] / hacks / hypercube.c
index 9c0def91e8169d45b85ef3dd400a36e2de6b1d66..6ad94a83c9c28ac09f455ad56d6751084f306209 100644 (file)
@@ -219,8 +219,8 @@ hyper (double xy, double xz, double yz, double xw, double yw, double zw)
 char *progclass = "Hypercube";
 
 char *defaults [] = {
-  "Hypercube.background:       black",         /* to placate SGI */
-  "Hypercube.foreground:       white",
+  ".background:        black",
+  ".foreground:        white",
   "*color0:    red",
   "*color1:    orange",
   "*color2:    yellow",
@@ -238,7 +238,7 @@ char *defaults [] = {
   "*zw:                0.000",
 
   "*observer-z:        5",
-  "*delay:     100000",
+  "*delay:     30000",
   0
 };