aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seatop_resize_floating.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/seatop_resize_floating.c')
-rw-r--r--sway/input/seatop_resize_floating.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/seatop_resize_floating.c b/sway/input/seatop_resize_floating.c
index 80df63ce..ec10cfc8 100644
--- a/sway/input/seatop_resize_floating.c
+++ b/sway/input/seatop_resize_floating.c
@@ -175,5 +175,5 @@ void seatop_begin_resize_floating(struct sway_seat *seat,
175 const char *image = edge == WLR_EDGE_NONE ? 175 const char *image = edge == WLR_EDGE_NONE ?
176 "se-resize" : wlr_xcursor_get_resize_name(edge); 176 "se-resize" : wlr_xcursor_get_resize_name(edge);
177 cursor_set_image(seat->cursor, image, NULL); 177 cursor_set_image(seat->cursor, image, NULL);
178 wlr_seat_pointer_clear_focus(seat->wlr_seat); 178 wlr_seat_pointer_notify_clear_focus(seat->wlr_seat);
179} 179}