diff options
Diffstat (limited to 'include/miscstruct.h')
-rw-r--r-- | include/miscstruct.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/miscstruct.h b/include/miscstruct.h index c39f03ce8..4f5b1d516 100644 --- a/include/miscstruct.h +++ b/include/miscstruct.h @@ -51,12 +51,11 @@ SOFTWARE. #include "misc.h" #include <X11/Xprotostr.h> #include "gc.h" +#include <pixman/pixman.h> typedef xPoint DDXPointRec; -typedef struct _Box { - short x1, y1, x2, y2; -} BoxRec; +typedef struct pixman_box16 BoxRec; typedef union _DevUnion { pointer ptr; |