]> git.eshelyaron.com Git - emacs.git/commitdiff
Call EVENT_INIT in some places
authorPo Lu <luangruo@yahoo.com>
Sat, 8 Jan 2022 03:16:22 +0000 (11:16 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 8 Jan 2022 03:16:22 +0000 (11:16 +0800)
* src/xfns.c (xic_preedit_done_callback):
(xic_preedit_draw_callback): Call EVENT_INIT.

src/xfns.c

index fd3b8752449e4e79f07ee98a82e257a622d92d04..705fa548a2118aa0124464c04a3437d47dc9d70d 100644 (file)
@@ -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)
     {