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 94ce6214..b541ff0d 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -691,6 +691,8 @@ void merge_output_config(struct output_config *dst, struct output_config *src);
691 691
692bool apply_output_config(struct output_config *oc, struct sway_output *output); 692bool apply_output_config(struct output_config *oc, struct sway_output *output);
693 693
694bool test_output_config(struct output_config *oc, struct sway_output *output);
695
694struct output_config *store_output_config(struct output_config *oc); 696struct output_config *store_output_config(struct output_config *oc);
695 697
696struct output_config *find_output_config(struct sway_output *output); 698struct output_config *find_output_config(struct sway_output *output);