Skip to content

Commit c2611e1

Browse files
committed
Implement WindowHandle::is_transparent for wayland
As in linebender#2115 (comment)
1 parent 862278d commit c2611e1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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)