Merge branch 'swaywm:master' into master

This commit is contained in:
tmpm697 2021-07-09 15:34:53 +07:00 committed by GitHub
commit f89d239bb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;