summaryrefslogtreecommitdiff
path: root/dix
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2008-08-27 19:27:13 -0400
committerEamon Walsh <ewalsh@tycho.nsa.gov>2008-08-27 19:27:13 -0400
commitec7907f8fa04dcff2649cc4846975844314f737e (patch)
tree29236baa9e98868c99fe5a18cb8aad0446d8a93c /dix
parent86898491497a43814caf42013651086e62fe6162 (diff)
Add an array of integers for use as per-screen cursor private keys.
Replaces the use of the screen pointer itself as the key, which was nice but won't work now that an array index is being stored.
Diffstat (limited to 'dix')
-rw-r--r--dix/globals.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dix/globals.c b/dix/globals.c
index 630d29167..80a9ff504 100644
--- a/dix/globals.c
+++ b/dix/globals.c
@@ -142,6 +142,8 @@ CursorPtr rootCursor;
Bool blackRoot=FALSE;
Bool whiteRoot=FALSE;
+_X_EXPORT int cursorScreenDevPriv[MAXSCREENS];
+
_X_EXPORT TimeStamp currentTime;
_X_EXPORT TimeStamp lastDeviceEventTime;