aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/server.h')
-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 246a9381..693e6b82 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -32,6 +32,7 @@ struct sway_server {
32 32
33 struct wlr_idle_inhibit_manager_v1 *idle_inhibit_v1; 33 struct wlr_idle_inhibit_manager_v1 *idle_inhibit_v1;
34 struct wl_listener new_idle_inhibitor_v1; 34 struct wl_listener new_idle_inhibitor_v1;
35 struct wl_list idle_inhibitors_v1;
35 36
36 struct wlr_layer_shell *layer_shell; 37 struct wlr_layer_shell *layer_shell;
37 struct wl_listener layer_shell_surface; 38 struct wl_listener layer_shell_surface;