summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-07-17 10:14:33 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-07-17 10:14:33 +1000
commit75c699db62e63e2a3c2aa652c9ba9482a8f13ec3 (patch)
treef8b454f2e07f894443cfa76ab48ae0e3fa372829 /include
parentMerge pull request #2285 from emersion/cleanup-swayidle (diff)
downloadsway-75c699db62e63e2a3c2aa652c9ba9482a8f13ec3.tar.gz
sway-75c699db62e63e2a3c2aa652c9ba9482a8f13ec3.tar.zst
sway-75c699db62e63e2a3c2aa652c9ba9482a8f13ec3.zip
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;