mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
Merge pull request #2703 from RyanDwyer/csd-border
Add CSD to border modes
This commit is contained in:
commit
06c214a800
18 changed files with 301 additions and 142 deletions
|
|
@ -175,7 +175,8 @@ static enum wlr_edges find_edge(struct sway_container *cont,
|
|||
return WLR_EDGE_NONE;
|
||||
}
|
||||
struct sway_view *view = cont->view;
|
||||
if (view->border == B_NONE || !view->border_thickness || view->using_csd) {
|
||||
if (view->border == B_NONE || !view->border_thickness ||
|
||||
view->border == B_CSD) {
|
||||
return WLR_EDGE_NONE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue