[PATCH xserver 10/14 v2] xwayland: Set unaccelerated pointer motion delta if available
Adam Jackson
ajax at nwnk.net
Wed Sep 28 20:57:04 UTC 2016
On Tue, 2016-09-13 at 15:17 +0800, Jonas Ådahl wrote:
> + dx_unaccel = xwl_seat->pending_pointer_event.dx_unaccel;
> + dy_unaccel = xwl_seat->pending_pointer_event.dy_unaccel;
> + valuator_mask_set_absolute_unaccelerated(&mask, 0, x, dx_unaccel);
> + valuator_mask_set_absolute_unaccelerated(&mask, 1, y, dy_unaccel);
xwayland-input.c:382:13: error: implicit declaration of function
‘valuator_mask_set_absolute_unaccelerated’ [-Werror=implicit-function-
declaration]
Nothing in the remainder of the series supplies this, so this series
will fail to link an Xwayland binary...
- ajax
More information about the xorg-devel
mailing list