diff options
author | Daniel Stone <daniel.stone@nokia.com> | 2006-07-20 16:39:54 -0400 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-07-21 15:19:53 -0400 |
commit | 1987af8c498a1bf394a8951ca6d5b0b7f7a35188 (patch) | |
tree | 36c8e75a9a2f05f719ee8ae975260311190765d5 /include/inputstr.h | |
parent | 737e6e4836a6af26fedc22cda8e7d366b52c8fa7 (diff) |
add virtual core devices to DIX
Add virtual core devices, with proper keymaps etc, to the DIX.
Diffstat (limited to 'include/inputstr.h')
-rw-r--r-- | include/inputstr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/inputstr.h b/include/inputstr.h index 8b877bcbd..9e293f0f5 100644 --- a/include/inputstr.h +++ b/include/inputstr.h @@ -68,6 +68,8 @@ SOFTWARE. #define POINTER_ABSOLUTE (1 << 2) #define POINTER_ACCELERATE (1 << 3) +extern int CoreDevicePrivatesIndex, CoreDevicePrivatesGeneration; + /* Kludge: OtherClients and InputClients must be compatible, see code */ typedef struct _OtherClients { |