diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-07-17 10:14:33 +1000 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-07-17 10:14:33 +1000 |
| commit | 64869fb08072e969869cb6079947bdb37dff425c (patch) | |
| tree | f8b454f2e07f894443cfa76ab48ae0e3fa372829 /include | |
| parent | dcde81a3db64b0f26ff6b12ef39f80dd57849031 (diff) | |
Implement default_floating_border command and adjust CSD behaviour
Diffstat (limited to 'include')
| -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; |
