On Windows, add option to customize window class name (#2978)

This commit is contained in:
Géraud-Loup
2023-07-29 15:39:23 +02:00
committed by GitHub
parent e33d2bee6c
commit 75173118b0
5 changed files with 16 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ And please only add new entries to the top of this list, right below the `# Unre
# Unreleased
- On Windows, added `WindowBuilderExtWindows::with_class_name` to customize the internal class name.
- On iOS, always wake the event loop when transitioning from `ControlFlow::Poll` to `ControlFlow::Poll`.
- **Breaking:** `ActivationTokenDone` event which could be requested with the new `startup_notify` module, see its docs for more.
- On Wayland, make double clicking and moving the CSD frame more reliable.