basic headless mode

This commit is contained in:
Tony Crisci 2018-02-24 21:44:50 -05:00
parent 2ea9a55d96
commit c8a7b28c42
3 changed files with 23 additions and 10 deletions

View file

@ -63,7 +63,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);