mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Fix exclusive zone among other layers
This commit is contained in:
parent
0f7e78f6aa
commit
b73c4f48c1
2 changed files with 8 additions and 3 deletions
|
|
@ -53,7 +53,7 @@ static void apply_exclusive(struct wlr_box *output_area,
|
|||
};
|
||||
for (size_t i = 0; i < sizeof(edges) / sizeof(edges[0]); ++i) {
|
||||
if ((anchor & edges[i].anchors)) {
|
||||
edges[i].value += exclusive * edges[i].multiplier;
|
||||
*edges[i].value += exclusive * edges[i].multiplier;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue