aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 46ca7cee..7c544541 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -585,6 +585,8 @@ bool apply_output_config(struct output_config *oc, struct sway_output *output);
585 585
586struct output_config *store_output_config(struct output_config *oc); 586struct output_config *store_output_config(struct output_config *oc);
587 587
588struct output_config *find_output_config(struct sway_output *output);
589
588void apply_output_config_to_outputs(struct output_config *oc); 590void apply_output_config_to_outputs(struct output_config *oc);
589 591
590void reset_outputs(void); 592void reset_outputs(void);