aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/output.h')
-rw-r--r--include/sway/output.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index 540ed8a0..19a61175 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -28,6 +28,9 @@ struct sway_output {
28 struct timespec last_frame; 28 struct timespec last_frame;
29 struct wlr_output_damage *damage; 29 struct wlr_output_damage *damage;
30 30
31 int lx, ly;
32 int width, height;
33
31 bool enabled; 34 bool enabled;
32 list_t *workspaces; 35 list_t *workspaces;
33 36