diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-03-02 15:21:46 +1030 |
---|---|---|
committer | Peter Hutterer <whot@hyena.localdomain> | 2007-03-02 15:21:46 +1030 |
commit | e43b8a4e40991ca6e545bda4cf9b9bd7a2bf22e2 (patch) | |
tree | 84287abe7c48d7aa53fbd38bdaee7b933699dc48 /include/dixstruct.h | |
parent | 43bd35fcf85b51b7e5714844bade90184dbd746f (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.h | 2 |
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 |