From 9d347b72d99ecb524f90ac94bdc711ae6629198c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Laitl?= Date: Mon, 28 Oct 2024 12:12:07 +0100 Subject: [PATCH] Add changelog entry --- src/changelog/unreleased.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changelog/unreleased.md b/src/changelog/unreleased.md index d5ad03db..6216b71b 100644 --- a/src/changelog/unreleased.md +++ b/src/changelog/unreleased.md @@ -195,3 +195,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.