http://se.aminet.net/pub/X11/ftp.x.org/contrib/vms/xscreensaver-124.zip
[xscreensaver] / hacks / halo.c
old mode 100644 (file)
new mode 100755 (executable)
index 08db789..b8270ee
@@ -1,4 +1,4 @@
-/* xscreensaver, Copyright (c) 1993 Jamie Zawinski <jwz@lucid.com>
+/* xscreensaver, Copyright (c) 1993 Jamie Zawinski <jwz@mcom.com>
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that
@@ -13,6 +13,9 @@
    but X doesn't support arithmetic combinations of pixmaps!!  What losers.
    I suppose I could crank out the 2's compliment math by hand, but that's
    a real drag...
+
+   This would probably look good with shapes other than circles as well.
+
  */
 
 #include "screenhack.h"
@@ -314,8 +317,8 @@ run_circles (dpy, window)
 char *progclass = "Halo";
 
 char *defaults [] = {
-  "*background:        black",
-  "*foreground:        white",
+  "Halo.background:    black",         /* to placate SGI */
+  "Halo.foreground:    white",
 /*  "*xor:     false", */
   "*count:     0",
   "*delay:     100000",