diff options
author | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-07-17 10:14:33 +1000 |
---|---|---|
committer | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-07-17 10:14:33 +1000 |
commit | 75c699db62e63e2a3c2aa652c9ba9482a8f13ec3 (patch) | |
tree | f8b454f2e07f894443cfa76ab48ae0e3fa372829 /include/sway/tree | |
parent | 7268d544c23305dbc0e787143f5b622cb2edbd12 (diff) |
Implement default_floating_border command and adjust CSD behaviour
Diffstat (limited to 'include/sway/tree')
-rw-r--r-- | include/sway/tree/view.h | 1 |
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; |