Fix deferred command handling

This commit is contained in:
Brian Ashworth 2018-07-19 01:39:58 -04:00
parent 4931d0ddc5
commit ec65286606
4 changed files with 20 additions and 6 deletions

View file

@ -56,6 +56,7 @@ struct sway_server server;
bool server_privileged_prepare(struct sway_server *server);
bool server_init(struct sway_server *server);
void server_fini(struct sway_server *server);
bool server_start_backend(struct sway_server *server);
void server_run(struct sway_server *server);
void handle_new_output(struct wl_listener *listener, void *data);