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 b2eb2c36..c71851f6 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -46,6 +46,7 @@ struct sway_server {
46 46
47 struct wl_listener new_output; 47 struct wl_listener new_output;
48 struct wl_listener output_layout_change; 48 struct wl_listener output_layout_change;
49 struct wl_listener renderer_lost;
49 50
50 struct wlr_idle_notifier_v1 *idle_notifier_v1; 51 struct wlr_idle_notifier_v1 *idle_notifier_v1;
51 struct sway_idle_inhibit_manager_v1 idle_inhibit_manager_v1; 52 struct sway_idle_inhibit_manager_v1 idle_inhibit_manager_v1;