mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
Use new wlr_compositor_create signature
This commit is contained in:
parent
b55e40ad9d
commit
a30f2bcec1
1 changed files with 1 additions and 1 deletions
2
cage.c
2
cage.c
|
|
@ -342,7 +342,7 @@ main(int argc, char *argv[])
|
|||
|
||||
wlr_scene_attach_output_layout(server.scene, server.output_layout);
|
||||
|
||||
struct wlr_compositor *compositor = wlr_compositor_create(server.wl_display, server.renderer);
|
||||
struct wlr_compositor *compositor = wlr_compositor_create(server.wl_display, 6, server.renderer);
|
||||
if (!compositor) {
|
||||
wlr_log(WLR_ERROR, "Unable to create the wlroots compositor");
|
||||
ret = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue