mirror of
https://github.com/X11Libre/xf86-input-vmmouse.git
synced 2026-03-24 01:34:05 +00:00
InputDriverRec XINPUT cleanup.
ABI version 11 of the InputDriverRec data structure no longer includes the refCount member. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
This commit is contained in:
committed by
Thomas Hellstrom
parent
8650db9457
commit
3b290e278b
@@ -203,8 +203,11 @@ InputDriverRec VMMOUSE = {
|
||||
NULL,
|
||||
VMMousePreInit,
|
||||
VMMouseUnInit,
|
||||
NULL,
|
||||
NULL
|
||||
#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 11
|
||||
,
|
||||
0
|
||||
#endif
|
||||
};
|
||||
|
||||
static char reverseMap[32] = { 0, 4, 2, 6, 1, 5, 3, 7,
|
||||
|
||||
Reference in New Issue
Block a user