mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-05 01:41:05 -05:00
Upgrade wlroots to v0.19
This commit is contained in:
parent
6efb3b5042
commit
6f20285555
6 changed files with 13 additions and 11 deletions
2
cage.c
2
cage.c
|
|
@ -454,7 +454,7 @@ main(int argc, char *argv[])
|
|||
goto end;
|
||||
}
|
||||
|
||||
struct wlr_presentation *presentation = wlr_presentation_create(server.wl_display, server.backend);
|
||||
struct wlr_presentation *presentation = wlr_presentation_create(server.wl_display, server.backend, 2);
|
||||
if (!presentation) {
|
||||
wlr_log(WLR_ERROR, "Unable to create the presentation interface");
|
||||
ret = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue