aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/seat.c')
-rw-r--r--sway/input/seat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index caee37a6..4077a8dd 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -984,7 +984,7 @@ void seat_begin_resize_floating(struct sway_seat *seat,
984 seat->op_resize_preserve_ratio = keyboard && 984 seat->op_resize_preserve_ratio = keyboard &&
985 (wlr_keyboard_get_modifiers(keyboard) & WLR_MODIFIER_SHIFT); 985 (wlr_keyboard_get_modifiers(keyboard) & WLR_MODIFIER_SHIFT);
986 seat->op_resize_edge = edge == WLR_EDGE_NONE ? 986 seat->op_resize_edge = edge == WLR_EDGE_NONE ?
987 RESIZE_EDGE_BOTTOM | RESIZE_EDGE_RIGHT : edge; 987 WLR_EDGE_BOTTOM | WLR_EDGE_RIGHT : edge;
988 seat->op_button = button; 988 seat->op_button = button;
989 seat->op_ref_lx = seat->cursor->cursor->x; 989 seat->op_ref_lx = seat->cursor->cursor->x;
990 seat->op_ref_ly = seat->cursor->cursor->y; 990 seat->op_ref_ly = seat->cursor->cursor->y;