aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/output.h')
-rw-r--r--include/sway/output.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index 01c32e0b..9117f350 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -171,4 +171,7 @@ void handle_output_manager_apply(struct wl_listener *listener, void *data);
171 171
172void handle_output_manager_test(struct wl_listener *listener, void *data); 172void handle_output_manager_test(struct wl_listener *listener, void *data);
173 173
174void handle_output_power_manager_set_mode(struct wl_listener *listener,
175 void *data);
176
174#endif 177#endif