summaryrefslogtreecommitdiff
path: root/include/sway/tree/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/container.h')
-rw-r--r--include/sway/tree/container.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 91448ac7..1d8e5a36 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -120,6 +120,8 @@ struct sway_container {
float alpha;
int corner_radius;
+
+ float dim;
struct wlr_texture *title_focused;
struct wlr_texture *title_focused_inactive;