diff options
Diffstat (limited to 'include/cursorstr.h')
-rw-r--r-- | include/cursorstr.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/cursorstr.h b/include/cursorstr.h index 3984245ad..84f02164a 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 */ |