X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fhypercube.c;h=3fef0e6a8ba0a15fb89a62840ff5db8f3e238ef4;hb=c6b273ef7292ba10943694df1656b05203d7b62f;hp=9c0def91e8169d45b85ef3dd400a36e2de6b1d66;hpb=f3e0240915ed9f9b3a61781f5c7002d587563fe0;p=xscreensaver diff --git a/hacks/hypercube.c b/hacks/hypercube.c index 9c0def91..3fef0e6a 100644 --- a/hacks/hypercube.c +++ b/hacks/hypercube.c @@ -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 };