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
_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to