From: Louis-Francis Ratté-Boulianne <[email protected]> compositor.c has 'touch', so use 'touch' here as well. It is not a device to begin with.
Signed-off-by: Louis-Francis Ratté-Boulianne <[email protected]> Signed-off-by: Pekka Paalanen <[email protected]> --- libweston/compositor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libweston/compositor.h b/libweston/compositor.h index a1264e5a..129e15b8 100644 --- a/libweston/compositor.h +++ b/libweston/compositor.h @@ -602,7 +602,7 @@ void weston_touch_set_focus(struct weston_touch *touch, struct weston_view *view); void -weston_touch_start_grab(struct weston_touch *device, +weston_touch_start_grab(struct weston_touch *touch, struct weston_touch_grab *grab); void weston_touch_end_grab(struct weston_touch *touch); -- 2.16.1 _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
