summaryrefslogtreecommitdiff
path: root/include/cursorstr.h
diff options
context:
space:
mode:
authorStuart Kreitman <stuart.kreitman@sun.com>2004-07-29 18:16:56 +0000
committerStuart Kreitman <stuart.kreitman@sun.com>2004-07-29 18:16:56 +0000
commite1281790bb3d7cdcc5de85829806dd53da67e326 (patch)
tree7d188aeb287d58dd79686dd3349d4a1cad75e393 /include/cursorstr.h
parentd2f798b6dbaebd0300f42c2e083a962c37647620 (diff)
Integration of DAMAGE-XFIXES branch to trunk
https://freedesktop.org/bugzilla/show_bug.cgi?id=859 Modified Files: cursorstr.h dix.h dixstruct.h regionstr.h window.h
Diffstat (limited to 'include/cursorstr.h')
-rw-r--r--include/cursorstr.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/cursorstr.h b/include/cursorstr.h
index 3984245ad..c15eaf134 100644
--- a/include/cursorstr.h
+++ b/include/cursorstr.h
@@ -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 */