toplevel_info: Don't send geometry updates, while resizing
This commit is contained in:
parent
75661c6ca7
commit
39528878f8
2 changed files with 13 additions and 6 deletions
|
|
@ -48,7 +48,11 @@ impl Window for CosmicSurface {
|
|||
}
|
||||
|
||||
fn is_sticky(&self) -> bool {
|
||||
CosmicSurface::is_sticky(&self)
|
||||
CosmicSurface::is_sticky(self)
|
||||
}
|
||||
|
||||
fn is_resizing(&self) -> bool {
|
||||
CosmicSurface::is_resizing(self, true).unwrap_or(false)
|
||||
}
|
||||
|
||||
fn global_geometry(&self) -> Option<Rectangle<i32, Global>> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue