[PATCH xf86-input-vmmouse 2/2] InputDriverRec cleanup.

Trevor Woerner twoerner at gmail.com
Mon Oct 18 09:12:18 PDT 2010


From: Trevor Woerner <twoerner at gmail.com>

The InputDriverRec data structure no longer includes the refCount member.

Signed-off-by: Trevor Woerner <twoerner at gmail.com>
---
 src/vmmouse.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/vmmouse.c b/src/vmmouse.c
index 1154762..91e0c24 100644
--- a/src/vmmouse.c
+++ b/src/vmmouse.c
@@ -198,8 +198,7 @@ InputDriverRec VMMOUSE = {
    NULL,
    VMMousePreInit,
    VMMouseUnInit,
-   NULL,
-   0
+   NULL
 };
 
 static char reverseMap[32] = { 0,  4,  2,  6,  1,  5,  3,  7,
-- 
1.7.3.1.104.gc752e



More information about the xorg-devel mailing list