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