Turn boxes and regions into typedefs for pixman types

This commit is contained in:
Soren Sandmann Pedersen
2007-05-12 16:58:54 -04:00
parent 8e56f5be4b
commit e037052ac5
3 changed files with 5 additions and 15 deletions

View File

@@ -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;