summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/input/seatop_default.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/input/seatop_default.c b/sway/input/seatop_default.c
index e6d6c11b..a583ed62 100644
--- a/sway/input/seatop_default.c
+++ b/sway/input/seatop_default.c
@@ -73,6 +73,9 @@ static enum wlr_edges find_edge(struct sway_container *cont,
73 cont->border == B_CSD) { 73 cont->border == B_CSD) {
74 return WLR_EDGE_NONE; 74 return WLR_EDGE_NONE;
75 } 75 }
76 if (cont->fullscreen_mode) {
77 return WLR_EDGE_NONE;
78 }
76 79
77 enum wlr_edges edge = 0; 80 enum wlr_edges edge = 0;
78 if (cursor->cursor->x < cont->x + cont->border_thickness) { 81 if (cursor->cursor->x < cont->x + cont->border_thickness) {