http://ftp.x.org/contrib/applications/xscreensaver-2.21.tar.gz
[xscreensaver] / hacks / maze.c
index 9150bb299718efa34653c889005b9af237851068..a037f3db3eac2762420f676560738ae42812eb30 100644 (file)
@@ -1324,8 +1324,8 @@ enter_square (int n)                      /* move into a neighboring square */
 char *progclass = "Maze";
 
 char *defaults[] = {
-  "Maze.background:    black",         /* to placate SGI */
-  "Maze.foreground:    white",         /* to placate SGI */
+  "*background:        black",
+  "*foreground:        white",
   "*gridSize:  0",
   "*solveDelay:        5000",
   "*preDelay:  2000000",