From: Po Lu Date: Sun, 16 Jan 2022 10:02:04 +0000 (+0800) Subject: * src/gtkutil.c (xg_widget_key_press_event_cb): Also raise input signal. X-Git-Tag: emacs-29.0.90~3014 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0ae6491a899bf1642a06cac545f9cb31b33f1645;p=emacs.git * src/gtkutil.c (xg_widget_key_press_event_cb): Also raise input signal. --- diff --git a/src/gtkutil.c b/src/gtkutil.c index d17a6970b8d..48e981d0d9a 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c @@ -6256,6 +6256,9 @@ xg_widget_key_press_event_cb (GtkWidget *widget, GdkEvent *event, } XNoOp (FRAME_X_DISPLAY (f)); +#ifdef USABLE_SIGIO + raise (SIGIO); +#endif return true; }