summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <RedSoxFan@users.noreply.github.com>2018-07-16 22:21:00 -0400
committerLibravatar GitHub <noreply@github.com>2018-07-16 22:21:00 -0400
commitf516dbfb6d3380de24751de9a3f3156ece869e02 (patch)
treefb23163603e5ac4221d6ee27ff91dffb19e3295f /include
parentRevert "config: free include path on successful load" (diff)
parentMerge branch 'master' into default-floating-border (diff)
downloadsway-f516dbfb6d3380de24751de9a3f3156ece869e02.tar.gz
sway-f516dbfb6d3380de24751de9a3f3156ece869e02.tar.zst
sway-f516dbfb6d3380de24751de9a3f3156ece869e02.zip
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 {
69 bool border_bottom; 69 bool border_bottom;
70 bool border_left; 70 bool border_left;
71 bool border_right; 71 bool border_right;
72 bool using_csd;
72 73
73 struct timespec urgent; 74 struct timespec urgent;
74 bool allow_request_urgent; 75 bool allow_request_urgent;