x11: iterate only visuals from the matching screen

This commit is contained in:
Matěj Laitl
2024-10-28 11:41:56 +01:00
committed by Kirill Chibisov
parent 9ceb8d4144
commit b02a70e6bb
2 changed files with 12 additions and 6 deletions

View File

@@ -53,3 +53,4 @@ changelog entry.
- On macOS, fix crash when calling `drag_window()` without a left click present.
- On X11, key events forward to IME anyway, even when it's disabled.
- On Windows, make `ControlFlow::WaitUntil` work more precisely using `CREATE_WAITABLE_TIMER_HIGH_RESOLUTION`.
- On X11, creating windows on screen that is not the first one (e.g. `DISPLAY=:0.1`) works again.