Skip to content

Commit

Permalink
Remove mention of Windows 11 from Window::transparent's docs (bevyeng…
Browse files Browse the repository at this point in the history
…ine#7832)

# Objective
Fix bevyengine#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.
  • Loading branch information
james7132 authored and Shfty committed Mar 19, 2023
1 parent b930ee0 commit d7c2029
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/bevy_window/src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d7c2029

Please sign in to comment.