http://ftp.x.org/contrib/applications/xscreensaver-2.23.tar.gz
[xscreensaver] / hacks / qix.c
index ed3ac0a05b68a95a8c8fff5c63ddf2b700319e77..f2898f1ccff452b9e057b9368849af792b5d5ed4 100644 (file)
@@ -18,8 +18,8 @@
 #define SCALE  6
 
 struct qpoint {
-  long x, y;
-  long dx, dy;
+  int x, y;
+  int dx, dy;
 };
 
 struct qline {
@@ -454,8 +454,8 @@ qix1 (Display *dpy, Window window, struct qix *qix)
 char *progclass = "Qix";
 
 char *defaults [] = {
-  "Qix.background:     black",         /* to placate SGI */
-  "Qix.foreground:     white",
+  ".background:        black",
+  ".foreground:        white",
   "*count:     1",
   "*segments:  50",
   "*poly:      2",