Clear pointer focus during move and resize seatops

This commit is contained in:
Alex Maese 2019-04-19 16:13:49 -05:00 committed by Simon Ser
parent 812651d53e
commit 866a19b743
5 changed files with 10 additions and 12 deletions

View file

@ -160,4 +160,5 @@ void seatop_begin_resize_floating(struct sway_seat *seat,
const char *image = edge == WLR_EDGE_NONE ?
"se-resize" : wlr_xcursor_get_resize_name(edge);
cursor_set_image(seat->cursor, image, NULL);
wlr_seat_pointer_clear_focus(seat->wlr_seat);
}