From 22fd411bc3e77da5ec2e866b6e52e1bf16f69815 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 30 Jun 2021 11:40:15 +0200 Subject: cursor: add touch frame event --- include/wlr/types/wlr_cursor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_cursor.h b/include/wlr/types/wlr_cursor.h index 71eddc43..f5a016f4 100644 --- a/include/wlr/types/wlr_cursor.h +++ b/include/wlr/types/wlr_cursor.h @@ -63,6 +63,7 @@ struct wlr_cursor { struct wl_signal touch_down; struct wl_signal touch_motion; struct wl_signal touch_cancel; + struct wl_signal touch_frame; struct wl_signal tablet_tool_axis; struct wl_signal tablet_tool_proximity; -- cgit v1.2.3