Add Window::set_transparent

Provide a hint to system compositor whether the window is transparent or
not. Only implemented on macOS and Wayland for now.
This commit is contained in:
Kirill Chibisov
2023-01-15 23:39:36 +03:00
committed by GitHub
parent 6f60c7a6cc
commit 62ce14a013
13 changed files with 84 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ And please only add new entries to the top of this list, right below the `# Unre
- **Breaking:** Remove the unstable `xlib_xconnection()` function from the private interface.
- Added Orbital support for Redox OS
- On X11, added `drag_resize_window` method.
- Added `Window::set_transparent` to provide a hint about transparency of the window on Wayland and macOS.
# 0.27.5