mirror of
https://github.com/X11Libre/xf86-input-mouse.git
synced 2026-04-14 10:54:18 +00:00
XI86_POINTER_CAPABLE is gone from the server.
And was a write-only flag before that anyway, no ifdef needed. 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:
@@ -867,7 +867,7 @@ MousePreInit(InputDriverPtr drv, IDevPtr dev, int flags)
|
||||
/* Initialise the InputInfoRec. */
|
||||
pInfo->name = dev->identifier;
|
||||
pInfo->type_name = XI_MOUSE;
|
||||
pInfo->flags = XI86_POINTER_CAPABLE | XI86_SEND_DRAG_EVENTS;
|
||||
pInfo->flags = XI86_SEND_DRAG_EVENTS;
|
||||
pInfo->device_control = MouseProc;
|
||||
pInfo->read_input = MouseReadInput;
|
||||
#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) == 0
|
||||
|
||||
Reference in New Issue
Block a user