mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-20 05:34:19 -04:00
output: Add scene output layout helper manually
This commit is contained in:
parent
63c0887664
commit
f0bc13bef7
3 changed files with 9 additions and 3 deletions
2
cage.c
2
cage.c
|
|
@ -340,7 +340,7 @@ main(int argc, char *argv[])
|
|||
goto end;
|
||||
}
|
||||
|
||||
wlr_scene_attach_output_layout(server.scene, server.output_layout);
|
||||
server.scene_output_layout = wlr_scene_attach_output_layout(server.scene, server.output_layout);
|
||||
|
||||
struct wlr_compositor *compositor = wlr_compositor_create(server.wl_display, 6, server.renderer);
|
||||
if (!compositor) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue