From 84906a832f77aaef8c055a83955db63ea4618a01 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 30 Jun 2021 11:38:57 +0200 Subject: touch: add frame event --- include/wlr/types/wlr_touch.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_touch.h b/include/wlr/types/wlr_touch.h index f4d9c144..ca7cf2a6 100644 --- a/include/wlr/types/wlr_touch.h +++ b/include/wlr/types/wlr_touch.h @@ -22,6 +22,7 @@ struct wlr_touch { struct wl_signal up; // struct wlr_event_touch_up struct wl_signal motion; // struct wlr_event_touch_motion struct wl_signal cancel; // struct wlr_event_touch_cancel + struct wl_signal frame; } events; void *data; -- cgit v1.2.3