mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 11:27:47 +03:00
input: Clean up input_method_relay in seat_destoy()
This fixes a crash that happens when input_method_new or text_method_new events are emitted after the seat has been freed.
This commit is contained in:
parent
53f5197c26
commit
98eece53ad
3 changed files with 8 additions and 0 deletions
|
@ -53,6 +53,8 @@ struct sway_text_input {
|
|||
void sway_input_method_relay_init(struct sway_seat *seat,
|
||||
struct sway_input_method_relay *relay);
|
||||
|
||||
void sway_input_method_relay_finish(struct sway_input_method_relay *relay);
|
||||
|
||||
// Updates currently focused surface. Surface must belong to the same seat.
|
||||
void sway_input_method_relay_set_focus(struct sway_input_method_relay *relay,
|
||||
struct wlr_surface *surface);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue