wl_subsurface: set surface output during installation
This commit is contained in:
parent
92be3d6db1
commit
c4e468aed6
1 changed files with 1 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ impl WlSubsurface {
|
|||
update_children_attach(self)?;
|
||||
let (x, y) = self.parent.buffer_abs_pos.get().position();
|
||||
self.surface.set_absolute_position(x, y);
|
||||
self.surface.set_output(&self.parent.output.get());
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue