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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/input/seatop_resize_floating.c b/sway/input/seatop_resize_floating.c
index b6950bbf..3d95295c 100644
--- a/sway/input/seatop_resize_floating.c
+++ b/sway/input/seatop_resize_floating.c
@@ -160,4 +160,5 @@ void seatop_begin_resize_floating(struct sway_seat *seat,
160 const char *image = edge == WLR_EDGE_NONE ? 160 const char *image = edge == WLR_EDGE_NONE ?
161 "se-resize" : wlr_xcursor_get_resize_name(edge); 161 "se-resize" : wlr_xcursor_get_resize_name(edge);
162 cursor_set_image(seat->cursor, image, NULL); 162 cursor_set_image(seat->cursor, image, NULL);
163 wlr_seat_pointer_clear_focus(seat->wlr_seat);
163} 164}