forked from riverwm/river
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
2 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
Submodule zig-wayland
updated
5 files
+5 −6 | .github/workflows/ci_build.yml | |
+3 −9 | src/client_display_functions.zig | |
+25 −2 | src/scanner.zig | |
+8 −15 | src/wayland_client_core.zig | |
+3 −3 | src/wayland_server_core.zig |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters