mirror of
https://github.com/swaywm/sway.git
synced 2026-05-05 06:46:49 -04:00
add headless outputs option
This commit is contained in:
parent
447dcd3cb3
commit
fe29ebc2a2
3 changed files with 60 additions and 6 deletions
|
|
@ -43,7 +43,7 @@ struct sway_server {
|
|||
|
||||
struct sway_server server;
|
||||
|
||||
bool server_init(struct sway_server *server);
|
||||
bool server_init(struct sway_server *server, bool headless);
|
||||
void server_fini(struct sway_server *server);
|
||||
void server_run(struct sway_server *server);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue