summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 b1c74258..53e77420 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -101,7 +101,7 @@ struct sway_output *all_output_by_name_or_id(const char *name_or_id);
101 101
102void output_sort_workspaces(struct sway_output *output); 102void output_sort_workspaces(struct sway_output *output);
103 103
104bool output_enable(struct sway_output *output, struct output_config *oc); 104void output_enable(struct sway_output *output);
105 105
106void output_disable(struct sway_output *output); 106void output_disable(struct sway_output *output);
107 107