summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/config.h2
-rw-r--r--include/sway/output.h2
2 files changed, 2 insertions, 2 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);
diff --git a/include/sway/output.h b/include/sway/output.h
index 32ed1e28..8015f211 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -88,8 +88,6 @@ struct sway_output *output_by_name_or_id(const char *name_or_id);
88 88
89void output_sort_workspaces(struct sway_output *output); 89void output_sort_workspaces(struct sway_output *output);
90 90
91struct output_config *output_find_config(struct sway_output *output);
92
93void output_enable(struct sway_output *output, struct output_config *oc); 91void output_enable(struct sway_output *output, struct output_config *oc);
94 92
95void output_disable(struct sway_output *output); 93void output_disable(struct sway_output *output);