1
0
Fork 0
forked from wry/wry

session-lock: fix surface initialization

This commit is contained in:
Julian Orth 2024-07-12 20:05:22 +02:00
parent 44bdca8235
commit 0632990f61
2 changed files with 2 additions and 1 deletions

View file

@ -72,6 +72,7 @@ impl ExtSessionLockV1RequestHandler for ExtSessionLockV1 {
node.set_lock_surface(Some(new.clone()));
let pos = node.global.pos.get();
new.change_extents(pos);
new.surface.set_output(&node);
self.client.state.tree_changed();
}
}