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