mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-26 03:36:32 +11:00
On wayland, fix with_title()
not setting the windows title (#770)
This commit is contained in:
parent
f7d7acb3c5
commit
3fea477bfd
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
- Changes below are considered **breaking**.
|
- Changes below are considered **breaking**.
|
||||||
- Change all occurrences of `EventsLoop` to `EventLoop`.
|
- Change all occurrences of `EventsLoop` to `EventLoop`.
|
||||||
- Previously flat API is now exposed through `event`, `event_loop`, `monitor`, and `window` modules.
|
- Previously flat API is now exposed through `event`, `event_loop`, `monitor`, and `window` modules.
|
||||||
|
@ -36,6 +37,7 @@
|
||||||
- `LoopDestroyed` is emitted when the `run` or `run_return` method is about to exit.
|
- `LoopDestroyed` is emitted when the `run` or `run_return` method is about to exit.
|
||||||
- Rename `MonitorId` to `MonitorHandle`.
|
- Rename `MonitorId` to `MonitorHandle`.
|
||||||
- Removed `serde` implementations from `ControlFlow`.
|
- Removed `serde` implementations from `ControlFlow`.
|
||||||
|
- On Wayland, fix `with_title()` not setting the windows title
|
||||||
- On Wayland, add `set_wayland_theme()` to control client decoration color theme
|
- On Wayland, add `set_wayland_theme()` to control client decoration color theme
|
||||||
- Added serde serialization to `os::unix::XWindowType`.
|
- Added serde serialization to `os::unix::XWindowType`.
|
||||||
- **Breaking:** Remove the `icon_loading` feature and the associated `image` dependency.
|
- **Breaking:** Remove the `icon_loading` feature and the associated `image` dependency.
|
||||||
|
|
Loading…
Add table
Reference in a new issue