mirror of
https://github.com/X11Libre/xf86-input-mouse.git
synced 2026-03-24 01:24:06 +00:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user