Trevor, Please see below.
On 10/19/2010 09:10 PM, Trevor Woerner wrote:
From: Trevor Woerner<[email protected]>
ABI version 11 of the InputDriverRec data structure no longer
includes the refCount member.
Signed-off-by: Trevor Woerner<[email protected]>
---
src/vmmouse.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/vmmouse.c b/src/vmmouse.c
index 1dfe5be..b716f46 100644
--- a/src/vmmouse.c
+++ b/src/vmmouse.c
@@ -203,8 +203,11 @@ InputDriverRec VMMOUSE = {
NULL,
VMMousePreInit,
VMMouseUnInit,
- NULL,
+ NULL
+#if GET_ABI_MAJOR(ABI_XINPUT_VERSION)< 11
+ ,
0
+#endif
};
This should really check for ABI version 12, but somebody forgot the ABI
bump. Please see the ABI question mail I just sent.
static char reverseMap[32] = { 0, 4, 2, 6, 1, 5, 3, 7,
/Thomas
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel