diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2021-06-30 13:35:25 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2021-06-30 13:35:25 +0200 |
| commit | 5e05d9838fa89adec3da35eb9c7f3b4973db1d08 (patch) | |
| tree | d81ec72a0f9156b0b462f37d9d4eacab79ba42c7 /include | |
| parent | 6b9ec5c75290c187e448de20f0605e1a2fc59396 (diff) | |
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.h | 1 |
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 { struct wl_listener touch_down; struct wl_listener touch_up; struct wl_listener touch_motion; + struct wl_listener touch_frame; bool simulating_pointer_from_touch; int32_t pointer_touch_id; |
