aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2021-06-30 13:35:25 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2021-07-08 09:18:20 +0200
commit711403015921a931d5a5f2b93f53bf52ff52f0e3 (patch)
treed81ec72a0f9156b0b462f37d9d4eacab79ba42c7 /include
parentUpdate wlr_box includes (diff)
downloadsway-711403015921a931d5a5f2b93f53bf52ff52f0e3.tar.gz
sway-711403015921a931d5a5f2b93f53bf52ff52f0e3.tar.zst
sway-711403015921a931d5a5f2b93f53bf52ff52f0e3.zip
Add support for touch frame events
Update for the breaking change in [1]. [1]: https://github.com/swaywm/wlroots/pull/3001
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 6a38190b..b053b85f 100644
--- a/include/sway/input/cursor.h
+++ b/include/sway/input/cursor.h
@@ -52,6 +52,7 @@ struct sway_cursor {
52 struct wl_listener touch_down; 52 struct wl_listener touch_down;
53 struct wl_listener touch_up; 53 struct wl_listener touch_up;
54 struct wl_listener touch_motion; 54 struct wl_listener touch_motion;
55 struct wl_listener touch_frame;
55 bool simulating_pointer_from_touch; 56 bool simulating_pointer_from_touch;
56 int32_t pointer_touch_id; 57 int32_t pointer_touch_id;
57 58