Skip to content

Commit

Permalink
Implement WindowHandle::is_transparent for wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
RagibHasin committed Jan 8, 2022
1 parent 862278d commit c2611e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions druid-shell/src/backend/wayland/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit c2611e1

Please sign in to comment.