Merge pull request #2304 from RedSoxFan/fix-2298

Fix deferred command handling
This commit is contained in:
emersion 2018-07-19 16:14:25 +01:00 committed by GitHub
commit d8badceb54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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);