[PATCH mouse 05/23] Replace LocalDevicePtr with InputInfoPtr.

Peter Hutterer peter.hutterer at who-t.net
Sun Oct 24 23:25:13 PDT 2010


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 <peter.hutterer at who-t.net>
---
 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



More information about the xorg-devel mailing list