aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Ashworth <RedSoxFan@users.noreply.github.com>2018-07-16 22:21:00 -0400
committerGitHub <noreply@github.com>2018-07-16 22:21:00 -0400
commitf516dbfb6d3380de24751de9a3f3156ece869e02 (patch)
treefb23163603e5ac4221d6ee27ff91dffb19e3295f /include
parentdb3a36373435a34b8d0a5fc4e90eacaa2b1dae6b (diff)
parent10fc7a5b494822a944bbada33b2cb25926447d76 (diff)
Merge pull request #2286 from RyanDwyer/default-floating-border
Implement default_floating_border command and adjust CSD behaviour
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 9022f7a6..e270f851 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -69,6 +69,7 @@ struct sway_view {
bool border_bottom;
bool border_left;
bool border_right;
+ bool using_csd;
struct timespec urgent;
bool allow_request_urgent;