Add support for touch frame events

Update for the breaking change in [1].

[1]: https://github.com/swaywm/wlroots/pull/3001
This commit is contained in:
Simon Ser 2021-06-30 13:35:25 +02:00
parent 4832fc937f
commit 7114030159
2 changed files with 18 additions and 2 deletions

View file

@ -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;