aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/layer_shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/layer_shell.c')
-rw-r--r--sway/desktop/layer_shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/desktop/layer_shell.c b/sway/desktop/layer_shell.c
index ed00b282..34ba5592 100644
--- a/sway/desktop/layer_shell.c
+++ b/sway/desktop/layer_shell.c
@@ -68,7 +68,7 @@ static void apply_exclusive(struct wlr_box *usable_area,
68 }, 68 },
69 }; 69 };
70 for (size_t i = 0; i < sizeof(edges) / sizeof(edges[0]); ++i) { 70 for (size_t i = 0; i < sizeof(edges) / sizeof(edges[0]); ++i) {
71 if ((anchor & edges[i].anchors) == edges[i].anchors) { 71 if ((anchor & edges[i].anchors) == edges[i].anchors && exclusive + edges[i].margin > 0) {
72 if (edges[i].positive_axis) { 72 if (edges[i].positive_axis) {
73 *edges[i].positive_axis += exclusive + edges[i].margin; 73 *edges[i].positive_axis += exclusive + edges[i].margin;
74 } 74 }