/* find the surface and return it if it accepts tablet events */
struct wlr_surface *surface = lab_wlr_surface_from_node(node);
- if (surface && !wlr_surface_accepts_tablet_v2(tablet->tablet_v2, surface)) {
+ if (surface && !wlr_surface_accepts_tablet_v2(surface, tablet->tablet_v2)) {
return NULL;
}
return surface;
/* Find the surface and return it if it accepts touch events */
struct wlr_surface *surface = lab_wlr_surface_from_node(node);
- if (surface && !wlr_surface_accepts_touch(seat->seat, surface)) {
+ if (surface && !wlr_surface_accepts_touch(surface, seat->seat)) {
surface = NULL;
}
return surface;
[wrap-git]
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
-revision = b10516e1e8352f3140d68fa580b0ed32e13c2d58
+revision = 5ecbd23c1d44119cb32b345782d50c9664853109
[provide]
dependency_names = wlroots-0.19