Skip to content

Commit

Permalink
Refer to "macOS", not "macOS X". (bevyengine#9704)
Browse files Browse the repository at this point in the history
# Objective

- Refer to OSes by their correct name.

## Solution

- Do so.
  • Loading branch information
waywardmonkeys authored and Ray Redondo committed Jan 9, 2024
1 parent b58e4d7 commit 6c8d048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bevy_window/src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ pub struct Window {
///
/// ## Platform-specific
/// - iOS / Android / Web: Unsupported.
/// - macOS X: Not working as expected.
/// - macOS: 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>.
/// macOS transparent works with winit out of the box, so this issue might be related to: <https://github.com/gfx-rs/wgpu/issues/687>.
/// You should also set the window `composite_alpha_mode` to `CompositeAlphaMode::PostMultiplied`.
pub transparent: bool,
/// Get/set whether the window is focused.
Expand Down

0 comments on commit 6c8d048

Please sign in to comment.