aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/cursor.h
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2019-01-27 12:59:46 +0100
committerLibravatar emersion <contact@emersion.fr>2019-01-27 12:59:46 +0100
commita452f8f8221a3b9db1917c5471412ac8a67dfcbc (patch)
tree772421706647ddb1406dabb4f4fadf60cda5aba7 /include/sway/input/cursor.h
parentMerge pull request #3509 from ianyfan/log-errno (diff)
downloadsway-a452f8f8221a3b9db1917c5471412ac8a67dfcbc.tar.gz
sway-a452f8f8221a3b9db1917c5471412ac8a67dfcbc.tar.zst
sway-a452f8f8221a3b9db1917c5471412ac8a67dfcbc.zip
Update for swaywm/wlroots#1503
Diffstat (limited to 'include/sway/input/cursor.h')
-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 {
30 struct wl_listener motion_absolute; 30 struct wl_listener motion_absolute;
31 struct wl_listener button; 31 struct wl_listener button;
32 struct wl_listener axis; 32 struct wl_listener axis;
33 struct wl_listener frame;
33 34
34 struct wl_listener touch_down; 35 struct wl_listener touch_down;
35 struct wl_listener touch_up; 36 struct wl_listener touch_up;