mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-06 07:15:42 -04:00
parent
b7c3dba382
commit
eb3245237a
1 changed files with 1 additions and 0 deletions
1
cage.c
1
cage.c
|
|
@ -320,6 +320,7 @@ main(int argc, char *argv[])
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
wl_display_set_default_max_buffer_size(server.wl_display, 1024 * 1024);
|
||||||
server.display_destroy.notify = handle_display_destroy;
|
server.display_destroy.notify = handle_display_destroy;
|
||||||
wl_display_add_destroy_listener(server.wl_display, &server.display_destroy);
|
wl_display_add_destroy_listener(server.wl_display, &server.display_destroy);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue