mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Merge branch 'disable_output' into development
This commit is contained in:
commit
4776ba4e5f
1 changed files with 1 additions and 0 deletions
|
|
@ -219,6 +219,7 @@ LLVMFuzzerInitialize(int *argc, char ***argv) {
|
|||
server.bg_color[2] = 0;
|
||||
server.bg_color[3] = 1;
|
||||
wl_list_init(&server.outputs);
|
||||
wl_list_init(&server.disabled_outputs);
|
||||
|
||||
server.output_layout = wlr_output_layout_create();
|
||||
if(!server.output_layout) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue