Account for WAYLAND_SOCKET when detecting Wayland

Fixes #3459.
This commit is contained in:
Kirill Chibisov
2024-02-07 06:41:23 +04:00
committed by GitHub
parent 08fc4099e8
commit 56035e1f13
2 changed files with 8 additions and 4 deletions

View File

@@ -48,6 +48,7 @@ Unreleased` header.
- On Wayland, fix `Focused(false)` being send when other seats still have window focused.
- On Wayland, fix `Window::set_{min,max}_inner_size` not always applied.
- On Windows, fix inconsistent resizing behavior with multi-monitor setups when repositioning outside the event loop.
- On Wayland, fix `WAYLAND_SOCKET` not used when detecting platform.
# 0.29.10