mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Fix issues due to new wlroots version
This commit is contained in:
parent
3234691909
commit
0eb3111e77
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ LLVMFuzzerInitialize(int *argc, char ***argv) {
|
|||
server.backend = backend;
|
||||
|
||||
struct wlr_backend *headless_backend =
|
||||
wlr_headless_backend_create(server.wl_display, NULL);
|
||||
wlr_headless_backend_create(server.wl_display);
|
||||
if(!headless_backend) {
|
||||
wlr_log(WLR_ERROR, "Unable to create the wlroots headless backend");
|
||||
ret = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue