Merge branch 'disable_output' into development

This commit is contained in:
Cagebreak Signing Key 3 2021-01-15 09:17:23 +01:00
commit 4776ba4e5f

View file

@ -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) {