Fix transparent windows on X11
This commit is contained in:
parent
8c8fb39fcd
commit
ffb46dd61f
2 changed files with 3 additions and 2 deletions
|
|
@ -875,7 +875,8 @@ impl Window {
|
|||
///
|
||||
/// ## Platform-specific
|
||||
///
|
||||
/// - **Windows / X11 / Web / iOS / Android / Orbital:** Unsupported.
|
||||
/// - **Windows / Web / iOS / Android / Orbital:** Unsupported.
|
||||
/// - **X11:** Can only be set while building the window, with [`WindowBuilder::with_transparent`].
|
||||
#[inline]
|
||||
pub fn set_transparent(&self, transparent: bool) {
|
||||
self.window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue