cursor: add touch frame event

This commit is contained in:
Simon Ser 2021-06-30 11:40:15 +02:00
parent c1902cdb3f
commit 22fd411bc3
2 changed files with 13 additions and 0 deletions

View file

@ -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;