[PATCH xserver 10/14 v2] xwayland: Set unaccelerated pointer motion delta if available
Adam Jackson
ajax at nwnk.net
Wed Sep 28 22:44:02 UTC 2016
On Wed, 2016-09-28 at 16:57 -0400, Adam Jackson wrote:
> 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]
I take it back, I'd failed to merge 3/14 of this series.
- ajax
More information about the xorg-devel
mailing list