diff options
author | emersion <contact@emersion.fr> | 2018-08-17 13:33:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-17 13:33:21 +0100 |
commit | 782d0e087e7d345d8218a96d13f2a4844765e8ed (patch) | |
tree | 0add5e55f85331938043eb5b0962b259d7a4af0a /include/sway | |
parent | 32193c7e4def7c0ba9cf8a7fcff02b1840d2b279 (diff) | |
parent | 1801b725e267b2fba6b98171adcd2de8f7db9235 (diff) |
Merge pull request #2474 from RyanDwyer/transactionise-csd
Add using_csd variable to transaction state
Diffstat (limited to 'include/sway')
-rw-r--r-- | include/sway/tree/container.h | 1 |
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 { bool border_bottom; bool border_left; bool border_right; + bool using_csd; // Workspace properties struct sway_container *ws_fullscreen; |