summaryrefslogtreecommitdiffstats
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 7279187d..9ebdb6c1 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -31,7 +31,7 @@ struct sway_output {
31 int lx, ly; 31 int lx, ly;
32 int width, height; 32 int width, height;
33 33
34 bool enabled; 34 bool enabled, configured;
35 list_t *workspaces; 35 list_t *workspaces;
36 36
37 struct sway_output_state current; 37 struct sway_output_state current;