From: Po Lu Date: Sat, 8 Jan 2022 03:16:22 +0000 (+0800) Subject: Call EVENT_INIT in some places X-Git-Tag: emacs-29.0.90~3206 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9bb71f823695b26c324712f846fc66e70ff8f1c3;p=emacs.git Call EVENT_INIT in some places * src/xfns.c (xic_preedit_done_callback): (xic_preedit_draw_callback): Call EVENT_INIT. --- diff --git a/src/xfns.c b/src/xfns.c index fd3b8752449..705fa548a21 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -2930,6 +2930,7 @@ xic_preedit_done_callback (XIC xic, XPointer client_data, struct frame *f = x_xic_to_frame (xic); struct x_output *output; struct input_event ie; + EVENT_INIT (ie); if (f) { @@ -3001,6 +3002,7 @@ xic_preedit_draw_callback (XIC xic, XPointer client_data, char *text; char *chg_start, *chg_end; struct input_event ie; + EVENT_INIT (ie); if (f) {