Remove mention of Windows 11 from Window::transparent's docs (#7832)

# Objective
Fix #7544. Update docs for `Window::transparent` regarding Windows 11 platform support. Following the update to winit 0.28, this has been fixed.

## Solution
Remove the mention in the docs.
This commit is contained in:
James Liu 2023-02-27 21:10:52 +00:00
parent de10dce10d
commit aba8e81481

View file

@ -130,9 +130,7 @@ pub struct Window {
/// ## Platform-specific
/// - iOS / Android / Web: Unsupported.
/// - macOS X: Not working as expected.
/// - Windows 11: Not working as expected
/// macOS X transparent works with winit out of the box, so this issue might be related to: <https://github.com/gfx-rs/wgpu/issues/687>
/// Windows 11 is related to <https://github.com/rust-windowing/winit/issues/2082>
pub transparent: bool,
/// Should the window start focused?
pub focused: bool,