On Windows, add support for Window::set_transparent

This commit is contained in:
Kirill Chibisov 2023-10-28 02:22:45 +04:00 committed by GitHub
parent 12dbbf8012
commit 5a3be586f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 2 deletions

View file

@ -904,7 +904,7 @@ impl Window {
///
/// ## Platform-specific
///
/// - **Windows / Web / iOS / Android / Orbital:** Unsupported.
/// - **Web / iOS / Android / Orbital:** Unsupported.
/// - **X11:** Can only be set while building the window, with [`WindowBuilder::with_transparent`].
#[inline]
pub fn set_transparent(&self, transparent: bool) {