built,working DAMAGE/XFIXES in mono tree

This commit is contained in:
Stuart Kreitman
2004-03-25 03:45:49 +00:00
parent 3c2e2d9ae0
commit f0336f18ee
12 changed files with 193 additions and 64 deletions

View File

@@ -77,10 +77,18 @@ typedef struct _Cursor {
unsigned short backRed, backGreen, backBlue; /* device-independent color */
int refcnt;
pointer devPriv[MAXSCREENS]; /* set by pScr->RealizeCursor*/
#ifdef XFIXES
CARD32 serialNumber;
Atom name;
#endif
} CursorRec;
typedef struct _CursorMetric {
unsigned short width, height, xhot, yhot;
} CursorMetricRec;
typedef struct {
int x, y;
ScreenPtr pScreen;
} HotSpot;
#endif /* CURSORSTRUCT_H */