aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/output.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index c52b3094..7d7057e1 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -32,6 +32,8 @@ struct sway_output {
32 int lx, ly; // layout coords 32 int lx, ly; // layout coords
33 int width, height; // transformed buffer size 33 int width, height; // transformed buffer size
34 enum wl_output_subpixel detected_subpixel; 34 enum wl_output_subpixel detected_subpixel;
35 // last applied mode when the output is DPMS'ed
36 struct wlr_output_mode *current_mode;
35 37
36 bool enabled, configured; 38 bool enabled, configured;
37 list_t *workspaces; 39 list_t *workspaces;