No functional changes.
The typedef has been removed from the server but was an alias for
InputInfoPtr since the dawn of, well, at least git.

Signed-off-by: Peter Hutterer <[email protected]>
---
 src/mouse.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mouse.c b/src/mouse.c
index dab7ae7..79f742a 100644
--- a/src/mouse.c
+++ b/src/mouse.c
@@ -122,7 +122,7 @@ typedef struct _DragLockRec {
 static InputInfoPtr MousePreInit(InputDriverPtr drv, IDevPtr dev, int flags);
 
 static int MouseProc(DeviceIntPtr device, int what);
-static Bool MouseConvert(LocalDevicePtr local, int first, int num, int v0,
+static Bool MouseConvert(InputInfoPtr pInfo, int first, int num, int v0,
                             int v1, int v2, int v3, int v4, int v5, int *x,
                             int *y);
 
-- 
1.7.2.3

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