diff options
author | Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com> | 2007-05-12 16:58:54 -0400 |
---|---|---|
committer | Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com> | 2007-05-15 11:13:14 -0400 |
commit | e037052ac522150786abf44d3a04c813cc490050 (patch) | |
tree | 207d6cbbbd9a662ed3021bcd45c1f0792e193d3e /include/miscstruct.h | |
parent | 8e56f5be4b70773c899f01b9ccd2e88d523327e4 (diff) |
Turn boxes and regions into typedefs for pixman types
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; |