aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index 1b3166ce..bf195706 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -163,6 +163,8 @@ struct sway_debug {
163 163
164extern struct sway_debug debug; 164extern struct sway_debug debug;
165 165
166extern bool allow_unsupported_gpu;
167
166bool server_init(struct sway_server *server); 168bool server_init(struct sway_server *server);
167void server_fini(struct sway_server *server); 169void server_fini(struct sway_server *server);
168bool server_start(struct sway_server *server); 170bool server_start(struct sway_server *server);