mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 22:30:04 -04:00
X11: Fix DND freezing the WM (#688)
Fixes #687 `XdndFinished` isn't supposed to be sent when rejecting a `XdndPosition`; it should only be sent in response to `XdndDrop`. https://freedesktop.org/wiki/Specifications/XDND/
This commit is contained in:
committed by
GitHub
parent
6bec912961
commit
0fca8e8cb5
@@ -23,6 +23,7 @@
|
||||
- On Linux, if neither X11 nor Wayland manage to initialize, the corresponding panic now consists of a single line only.
|
||||
- Add optional `serde` feature with implementations of `Serialize`/`Deserialize` for DPI types and various event types.
|
||||
- Add `PartialEq`, `Eq`, and `Hash` implementations on public types that could have them but were missing them.
|
||||
- On X11, drag-and-drop receiving an unsupported drop type can no longer cause the WM to freeze.
|
||||
|
||||
# Version 0.17.2 (2018-08-19)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user