1.1 --- a/bitblt.h Tue Jan 01 10:16:50 2002 +0000 1.2 +++ b/bitblt.h Tue Jan 01 10:18:33 2002 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 typedef struct Point 1.5 { 1.6 - u32 x; 1.7 - u32 y; 1.8 + int x; 1.9 + int y; 1.10 } Point; 1.11 1.12 typedef struct Rect