mirror of
https://github.com/X11Libre/xf86-input-void.git
synced 2026-03-24 09:34:08 +00:00
Don't fill in motion_history_proc for new input ABI
This commit is contained in:
@@ -283,8 +283,10 @@ xf86VoidInit(InputDriverPtr drv,
|
||||
pInfo->flags = XI86_KEYBOARD_CAPABLE | XI86_POINTER_CAPABLE | XI86_SEND_DRAG_EVENTS;
|
||||
pInfo->device_control = xf86VoidControlProc;
|
||||
pInfo->read_input = NULL;
|
||||
#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) == 0
|
||||
pInfo->motion_history_proc = xf86GetMotionEvents;
|
||||
pInfo->history_size = 0;
|
||||
#endif
|
||||
pInfo->control_proc = NULL;
|
||||
pInfo->close_proc = NULL;
|
||||
pInfo->switch_mode = NULL;
|
||||
|
||||
Reference in New Issue
Block a user