aboutsummaryrefslogtreecommitdiff
path: root/include/sway/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/output.h')
-rw-r--r--include/sway/output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index b94824b4..c52b3094 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -90,7 +90,7 @@ struct sway_output *all_output_by_name_or_id(const char *name_or_id);
void output_sort_workspaces(struct sway_output *output);
-void output_enable(struct sway_output *output, struct output_config *oc);
+bool output_enable(struct sway_output *output, struct output_config *oc);
void output_disable(struct sway_output *output);