diff options
Diffstat (limited to 'winit/src')
| -rw-r--r-- | winit/src/settings.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/winit/src/settings.rs b/winit/src/settings.rs index 418c7582..85168eb7 100644 --- a/winit/src/settings.rs +++ b/winit/src/settings.rs @@ -45,6 +45,7 @@ pub struct Window {      /// Whether the window should have a border, a title bar, etc.      pub decorations: bool, +    /// Whether the window should be transparent      pub transparent: bool,      /// The window icon, which is also usually used in the taskbar | 
