From bb2d63df99457de1e5c06be501a03b5629fc52c8 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 25 Oct 2010 11:10:25 +1000 Subject: [PATCH] Replace LocalDevicePtr with InputInfoPtr. 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 Reviewed-by: Alan Coopersmith Tested-by: Alan Coopersmith --- src/mouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);