deps: Update smithay
Fixes misbehaving floating windows
This commit is contained in:
parent
397ddaab1e
commit
1fb49824f9
10 changed files with 87 additions and 23 deletions
|
|
@ -215,6 +215,13 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
fn opaque_regions(
|
||||
&self,
|
||||
_scale: impl Into<Scale<f64>>,
|
||||
) -> Option<Vec<Rectangle<i32, Physical>>> {
|
||||
None
|
||||
}
|
||||
|
||||
fn draw(
|
||||
&self,
|
||||
_renderer: &mut R,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue