layer-shell: crop surfaces to output bounds

This commit is contained in:
Isaac Freund 2024-03-20 13:23:36 +01:00
parent 13b9d23e2f
commit 6491310e12
No known key found for this signature in database
GPG Key ID: 86DED400DDFD7A11
2 changed files with 2 additions and 1 deletions

2
deps/zig-wlroots vendored

@ -1 +1 @@
Subproject commit c1e19f0b9fbdaf4f54a4a2129cf2cd7e68ec09ea
Subproject commit a579f9f7dae72c960e8804737109815c78e471f4

View File

@ -374,6 +374,7 @@ fn sendLayerConfigures(
layer_surface.scene_layer_surface.tree.node.x,
layer_surface.scene_layer_surface.tree.node.y,
);
layer_surface.scene_layer_surface.tree.node.subsurfaceTreeSetClip(&full_box);
}
}
}