ftp://ftp.sunet.se/pub/os/Linux/distributions/ultrapenguin/ultrapenguin-1.1/SRPMS...
[xscreensaver] / hacks / qix.c
index ed3ac0a05b68a95a8c8fff5c63ddf2b700319e77..24ea10bafbe078983767d16c9746b722449ff21e 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 {