Skip to content

Commit d1d908d

Browse files
committed
Implement WindowHandle::is_transparent for wayland
As in #2115 (comment)
1 parent 863396a commit d1d908d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

druid-shell/src/backend/wayland/window.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ impl WindowHandle {
112112
}
113113

114114
pub fn is_transparent(&self) -> bool {
115-
tracing::warn!("is_transparent is unimplemented on wayland");
116-
false
115+
true
117116
}
118117

119118
pub fn show_titlebar(&self, _show_titlebar: bool) {

0 commit comments

Comments
 (0)