diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/cursor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cursor.h b/include/cursor.h index f86d94ca5..93e264dd2 100644 --- a/include/cursor.h +++ b/include/cursor.h @@ -65,6 +65,8 @@ typedef struct _Cursor *CursorPtr; typedef struct _CursorMetric *CursorMetricPtr; extern CursorPtr rootCursor; +extern int cursorScreenDevPriv[MAXSCREENS]; +#define CursorScreenKey(pScreen) (cursorScreenDevPriv + (pScreen)->myNum) extern int FreeCursor( pointer /*pCurs*/, |