mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +00:00
text_input: Add support for focusing layer-shell surfaces
This commit is contained in:
parent
c8bf84c82d
commit
42cbaf278c
|
@ -1234,6 +1234,7 @@ void seat_set_focus_surface(struct sway_seat *seat,
|
|||
wlr_seat_keyboard_notify_clear_focus(seat->wlr_seat);
|
||||
}
|
||||
|
||||
sway_input_method_relay_set_focus(&seat->im_relay, surface);
|
||||
seat_tablet_pads_notify_enter(seat, surface);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue