On 10/19/2010 01:15 AM, Peter Hutterer wrote:
On Mon, Oct 18, 2010 at 12:12:18PM -0400, Trevor Woerner wrote:
From: Trevor Woerner<[email protected]>

The InputDriverRec data structure no longer includes the refCount member.

Signed-off-by: Trevor Woerner<[email protected]>
Reviewed-by: Peter Hutterer<[email protected]>


Nak, in its current form.

Same thing here. We need a conditional define to make sure it compiles on older servers.
Please let me know if you intend to respin, Otherwise I'll do it.

/Thomas


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

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to