bitblt.h

changeset 33
44d823824a46
parent 11
30d18cf8bb67
child 35
41804cc569ab
     1.1 diff -r 3aac131058da -r 44d823824a46 bitblt.h
     1.2 --- a/bitblt.h	Tue Jan 01 10:16:50 2002 +0000
     1.3 +++ b/bitblt.h	Tue Jan 01 10:18:33 2002 +0000
     1.4 @@ -1,7 +1,7 @@
     1.5  typedef struct Point
     1.6  {
     1.7 -  u32 x;
     1.8 -  u32 y;
     1.9 +  int x;
    1.10 +  int y;
    1.11  } Point;
    1.12  
    1.13  typedef struct Rect