diff --git a/druid-shell/src/backend/wayland/window.rs b/druid-shell/src/backend/wayland/window.rs index 614b739fc0..9e6eeb1a04 100644 --- a/druid-shell/src/backend/wayland/window.rs +++ b/druid-shell/src/backend/wayland/window.rs @@ -112,8 +112,7 @@ impl WindowHandle { } pub fn is_transparent(&self) -> bool { - tracing::warn!("is_transparent is unimplemented on wayland"); - false + true } pub fn show_titlebar(&self, _show_titlebar: bool) {