http://ftp.x.org/contrib/applications/xscreensaver-3.03.tar.gz
[xscreensaver] / hacks / hypercube.c
index 04b1560a9feaad9ed7d65930f23cea2fb0a70d38..560f1306df32699c6fac0fdd0bacfdc77a57515a 100644 (file)
@@ -1,5 +1,5 @@
 /* xscreensaver, Copyright (c) 1992, 1995, 1996
- *  Jamie Zawinski <jwz@netscape.com>
+ *  Jamie Zawinski <jwz@jwz.org>
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that
@@ -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",