summaryrefslogtreecommitdiffstats
path: root/winit
diff options
context:
space:
mode:
authorLibravatar Katherine Philip <kurerunoshikaku@yahoo.com>2020-08-18 05:54:55 +0700
committerLibravatar Katherine Philip <kurerunoshikaku@yahoo.com>2020-08-18 05:54:55 +0700
commitfe75646f8234a25fc5b9217247d773dd62bb017b (patch)
tree89ea4854c2607ae80d74abaf3fd0325c3c55c4a9 /winit
parenta490fd54c9b262c9d8ac946f75a0016fbb81848b (diff)
downloadiced-fe75646f8234a25fc5b9217247d773dd62bb017b.tar.gz
iced-fe75646f8234a25fc5b9217247d773dd62bb017b.tar.bz2
iced-fe75646f8234a25fc5b9217247d773dd62bb017b.zip
Add missing comment
Diffstat (limited to 'winit')
-rw-r--r--winit/src/settings.rs1
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