layer-shell: send configure event when output size changes
This commit is contained in:
parent
9ac07155ab
commit
06ac1189d0
2 changed files with 7 additions and 2 deletions
|
|
@ -558,7 +558,7 @@ impl OutputNode {
|
|||
}
|
||||
for layer in &self.layers {
|
||||
for surface in layer.iter() {
|
||||
surface.compute_position();
|
||||
surface.output_resized();
|
||||
}
|
||||
}
|
||||
self.global.send_mode();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue