Reinstate cursorScreenDevPriv

This commit is contained in:
Adam Jackson 2008-10-07 10:36:12 -04:00
parent e7cd5d84ed
commit 30193fbff9
2 changed files with 5 additions and 0 deletions

View File

@ -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;

View File

@ -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(