mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Small fixes
This commit is contained in:
parent
a23ad60ae3
commit
224d83d23d
1 changed files with 5 additions and 1 deletions
|
|
@ -796,6 +796,10 @@ output_add_virtual(struct server *server, const char *output_name)
|
||||||
} else {
|
} else {
|
||||||
server->headless.pending_output_name[0] = '\0';
|
server->headless.pending_output_name[0] = '\0';
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
|
* Setting it to (0, 0) here disallows changing resolution from tools like
|
||||||
|
* wlr-randr (returns error)
|
||||||
|
*/
|
||||||
wlr_headless_add_output(server->headless.backend, 1920, 1080);
|
wlr_headless_add_output(server->headless.backend, 1920, 1080);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue