summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-07-19 16:14:25 +0100
committerLibravatar GitHub <noreply@github.com>2018-07-19 16:14:25 +0100
commitd8badceb546483a675133235536afcdb897c0e9c (patch)
tree9179266f0683c1931b9d5274fbeebe23f420186a /include
parentMerge pull request #2309 from RyanDwyer/xwayland-set-hints (diff)
parentFix deferred command handling (diff)
downloadsway-d8badceb546483a675133235536afcdb897c0e9c.tar.gz
sway-d8badceb546483a675133235536afcdb897c0e9c.tar.zst
sway-d8badceb546483a675133235536afcdb897c0e9c.zip
Merge pull request #2304 from RedSoxFan/fix-2298
Fix deferred command handling
Diffstat (limited to 'include')
-rw-r--r--include/sway/server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index a017d1c4..70bde6d4 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -56,6 +56,7 @@ struct sway_server server;
56bool server_privileged_prepare(struct sway_server *server); 56bool server_privileged_prepare(struct sway_server *server);
57bool server_init(struct sway_server *server); 57bool server_init(struct sway_server *server);
58void server_fini(struct sway_server *server); 58void server_fini(struct sway_server *server);
59bool server_start_backend(struct sway_server *server);
59void server_run(struct sway_server *server); 60void server_run(struct sway_server *server);
60 61
61void handle_new_output(struct wl_listener *listener, void *data); 62void handle_new_output(struct wl_listener *listener, void *data);