summaryrefslogtreecommitdiff
path: root/include/dixstruct.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2007-03-02 15:21:46 +1030
committerPeter Hutterer <whot@hyena.localdomain>2007-03-02 15:21:46 +1030
commite43b8a4e40991ca6e545bda4cf9b9bd7a2bf22e2 (patch)
tree84287abe7c48d7aa53fbd38bdaee7b933699dc48 /include/dixstruct.h
parent43bd35fcf85b51b7e5714844bade90184dbd746f (diff)
dix: Add ClientPointer to client, used for picking which pointer to use in
ambiguious request. PickPointer and PickKeyboard are used for getting the appropriate pointer when situation is unclear. Fix some issues with InitializeSprite. dix, xfree86: Remove last traces of InitSprite.
Diffstat (limited to 'include/dixstruct.h')
-rw-r--r--include/dixstruct.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dixstruct.h b/include/dixstruct.h
index b5ffcca49..530009a8b 100644
--- a/include/dixstruct.h
+++ b/include/dixstruct.h
@@ -140,6 +140,8 @@ typedef struct _Client {
long smart_stop_tick;
long smart_check_tick;
#endif
+
+ DeviceIntPtr clientPtr;
} ClientRec;
#ifdef SMART_SCHEDULE