aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2019-01-27 12:59:46 +0100
committeremersion <contact@emersion.fr>2019-01-27 12:59:46 +0100
commita452f8f8221a3b9db1917c5471412ac8a67dfcbc (patch)
tree772421706647ddb1406dabb4f4fadf60cda5aba7 /include
parent5f45a4bbc195400dd28e086c2e0e2f479b86e4eb (diff)
Update for swaywm/wlroots#1503
Diffstat (limited to 'include')
-rw-r--r--include/sway/input/cursor.h1
1 files changed, 1 insertions, 0 deletions
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;