From a452f8f8221a3b9db1917c5471412ac8a67dfcbc Mon Sep 17 00:00:00 2001 From: emersion Date: Sun, 27 Jan 2019 12:59:46 +0100 Subject: Update for swaywm/wlroots#1503 --- include/sway/input/cursor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sway/input/cursor.h') diff --git a/include/sway/input/cursor.h b/include/sway/input/cursor.h index abd72783..c87d8332 100644 --- a/include/sway/input/cursor.h +++ b/include/sway/input/cursor.h @@ -30,6 +30,7 @@ struct sway_cursor { struct wl_listener motion_absolute; struct wl_listener button; struct wl_listener axis; + struct wl_listener frame; struct wl_listener touch_down; struct wl_listener touch_up; -- cgit v1.2.3-54-g00ecf