X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fqix.c;h=f2898f1ccff452b9e057b9368849af792b5d5ed4;hb=0bd2eabab3e404c6769fe8f59b639275e960c415;hp=ed3ac0a05b68a95a8c8fff5c63ddf2b700319e77;hpb=f3e0240915ed9f9b3a61781f5c7002d587563fe0;p=xscreensaver diff --git a/hacks/qix.c b/hacks/qix.c index ed3ac0a0..f2898f1c 100644 --- a/hacks/qix.c +++ b/hacks/qix.c @@ -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",