mirror of
https://github.com/swaywm/sway.git
synced 2026-05-03 06:46:26 -04:00
Clear pointer focus during move and resize seatops
This commit is contained in:
parent
812651d53e
commit
866a19b743
5 changed files with 10 additions and 12 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue