summaryrefslogtreecommitdiff
path: root/include/cursorstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cursorstr.h')
-rw-r--r--include/cursorstr.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/cursorstr.h b/include/cursorstr.h
index 3984245ad..c877d6cc9 100644
--- a/include/cursorstr.h
+++ b/include/cursorstr.h
@@ -77,10 +77,22 @@ 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;
+
+#ifdef XEVIE
+extern HotSpot xeviehot;
+#endif
#endif /* CURSORSTRUCT_H */