Cursor: add workaround in pointer drag termination

Currently wlroots sends use the drag destroy event before sending the
wl_data_device.leave event to the client, which makes things a bit
awkward. My patch fixing this has been merged to wlroots master so we
can remove this when upgrading to wlroots 0.15, but until then this
workaround will fix the issue.
This commit is contained in:
Isaac Freund
2021-11-23 22:51:29 +01:00
parent 9212ac89fa
commit bd70c010e9
2 changed files with 23 additions and 2 deletions