ftp://ftp.zenez.com/pub/SCO/Skunk96/UnixWare/FreeBird/x11/utils/xscreensaver-1.18...
[xscreensaver] / hacks / hypercube.c
index c58906e4a1bebaa2d9a8ae987bf4dba966dd99fe..37ac07455746c27c3387bc670dc6036bcd60230b 100644 (file)
@@ -174,7 +174,7 @@ hyper (xy, xz, yz, xw, yw, zw)
     mixing an ANSI compiler with a non-ANSI preprocessor, or vice versa.
     Regardless, your system is broken; it's not a bug in this program.
   */
-#if __STDC__
+#if __STDC__ || SVR4
 # define rotate(name,dim0,dim1,cos,sin) \
       _tmp0_ = ((name##dim0 * cos) + (name##dim1 * sin)); \
       _tmp1_ = ((name##dim1 * cos) - (name##dim0 * sin)); \
@@ -229,7 +229,7 @@ char *defaults [] = {
   "*color3:    white",
   "*color4:    green",
   "*color5:    cyan",
-  "*color6:    dodgerblue",
+  "*color6:    blue",
   "*color7:    magenta",
 
   "*xw:                0.000",