add headless outputs option

This commit is contained in:
Tony Crisci 2018-04-03 15:40:14 -04:00
parent 447dcd3cb3
commit fe29ebc2a2
3 changed files with 60 additions and 6 deletions

View file

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