http://ftp.aanet.ru/pub/Linux/X11/apps/xscreensaver-2.31.tar.gz
[xscreensaver] / hacks / halo.c
index 470a9e90c11143e7af1ac8cf0f74a7e291e780f6..474f0bc67962fede585b0fd22ae39359e17d01d5 100644 (file)
@@ -1,5 +1,5 @@
 /* xscreensaver, Copyright (c) 1993, 1995, 1996, 1997
- *  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
@@ -417,8 +417,8 @@ run_circles (Display *dpy, Window window)
 char *progclass = "Halo";
 
 char *defaults [] = {
-  "Halo.background:    black",         /* to placate SGI */
-  "Halo.foreground:    white",
+  ".background:                black",
+  ".foreground:                white",
   "*colorMode:         random",
   "*colors:            100",
   "*cycle:             true",