mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 06:40:06 -04:00
Add Window::set_blur
Allow clients to request blur behind their window, implemented on Wayland for now.
This commit is contained in:
committed by
GitHub
parent
f5dd1c008c
commit
0363be4776
@@ -28,6 +28,7 @@ And please only add new entries to the top of this list, right below the `# Unre
|
||||
- **Breaking:** Change default `ControlFlow` from `Poll` to `Wait`.
|
||||
- **Breaking:** remove `DeviceEvent::Text`.
|
||||
- On Android, fix `DeviceId` to contain device id's.
|
||||
- Add `Window::set_blur` to request a blur behind the window; implemented on Wayland for now.
|
||||
|
||||
# 0.29.1-beta
|
||||
|
||||
|
||||
Reference in New Issue
Block a user