aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-08-17 13:33:21 +0100
committerLibravatar GitHub <noreply@github.com>2018-08-17 13:33:21 +0100
commit782d0e087e7d345d8218a96d13f2a4844765e8ed (patch)
tree0add5e55f85331938043eb5b0962b259d7a4af0a /include
parentMerge pull request #2465 from DonnieWest/master (diff)
parentAdd using_csd variable to transaction state (diff)
downloadsway-782d0e087e7d345d8218a96d13f2a4844765e8ed.tar.gz
sway-782d0e087e7d345d8218a96d13f2a4844765e8ed.tar.zst
sway-782d0e087e7d345d8218a96d13f2a4844765e8ed.zip
Merge pull request #2474 from RyanDwyer/transactionise-csd
Add using_csd variable to transaction state
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/container.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index b64a2e63..fdcc31ec 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -83,6 +83,7 @@ struct sway_container_state {
83 bool border_bottom; 83 bool border_bottom;
84 bool border_left; 84 bool border_left;
85 bool border_right; 85 bool border_right;
86 bool using_csd;
86 87
87 // Workspace properties 88 // Workspace properties
88 struct sway_container *ws_fullscreen; 89 struct sway_container *ws_fullscreen;