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 <peter.hutterer@who-t.net>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Tested-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Peter Hutterer
2010-10-25 11:10:25 +10:00
parent b5f4fc652c
commit bb2d63df99

View File

@@ -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);