Reinstate cursorScreenDevPriv
This commit is contained in:
parent
e7cd5d84ed
commit
30193fbff9
|
@ -142,6 +142,8 @@ CursorPtr rootCursor;
|
|||
Bool party_like_its_1989 = FALSE;
|
||||
Bool whiteRoot = FALSE;
|
||||
|
||||
int cursorScreenDevPriv[MAXSCREENS];
|
||||
|
||||
_X_EXPORT TimeStamp currentTime;
|
||||
_X_EXPORT TimeStamp lastDeviceEventTime;
|
||||
|
||||
|
|
|
@ -64,6 +64,9 @@ struct _DeviceIntRec;
|
|||
typedef struct _Cursor *CursorPtr;
|
||||
typedef struct _CursorMetric *CursorMetricPtr;
|
||||
|
||||
extern int cursorScreenDevPriv[MAXSCREENS];
|
||||
#define CursorScreenKey(pScreen) (cursorScreenDevPriv + (pScreen)->myNum)
|
||||
|
||||
extern CursorPtr rootCursor;
|
||||
|
||||
extern int FreeCursor(
|
||||
|
|
Loading…
Reference in New Issue