aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxdavidwu <xdavidwuph@gmail.com>2020-01-12 19:49:19 +0800
committerSimon Ser <contact@emersion.fr>2020-04-04 11:42:04 +0200
commite6805ce6e9a7412bf9f4a92c2d042e4545bed817 (patch)
treee87f2cdaab1fbfcaf513f8aed3ebff1c9a705a8e
parent4e1e5e4e33a61d883ae30a053da963870d9f8634 (diff)
im: remove listener on pending surface destoryed
-rw-r--r--sway/input/text_input.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/input/text_input.c b/sway/input/text_input.c
index a59fd16a..b5b50220 100644
--- a/sway/input/text_input.c
+++ b/sway/input/text_input.c
@@ -174,6 +174,8 @@ static void handle_pending_focused_surface_destroy(struct wl_listener *listener,
struct wlr_surface *surface = data;
assert(text_input->pending_focused_surface == surface);
text_input->pending_focused_surface = NULL;
+ wl_list_remove(&text_input->pending_focused_surface_destroy.link);
+ wl_list_init(&text_input->pending_focused_surface_destroy.link);
}
struct sway_text_input *sway_text_input_create(