From fe75646f8234a25fc5b9217247d773dd62bb017b Mon Sep 17 00:00:00 2001 From: Katherine Philip Date: Tue, 18 Aug 2020 05:54:55 +0700 Subject: Add missing comment --- winit/src/settings.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'winit/src') 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 -- cgit