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:
Trevor Woerner
2010-10-19 15:10:45 -04:00
committed by Thomas Hellstrom
parent 8650db9457
commit 3b290e278b

View File

@@ -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,