projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
762aa25
)
Fix some portability bugs in gtkutil.c
author
Po Lu
<luangruo@yahoo.com>
Sun, 9 Jan 2022 00:51:35 +0000
(08:51 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sun, 9 Jan 2022 00:51:35 +0000
(08:51 +0800)
* src/gtkutil.c (xg_widget_key_press_event_cb): Surround raising
SIGIO with USABLE_SIGIO.
src/gtkutil.c
patch
|
blob
|
history
diff --git
a/src/gtkutil.c
b/src/gtkutil.c
index ff5c0f27510bb66a0f42b91eb56f1569c63f5365..c62bd898fb5b0fde3ff3959492eef04e42a7ff33 100644
(file)
--- a/
src/gtkutil.c
+++ b/
src/gtkutil.c
@@
-6251,7
+6251,9
@@
xg_widget_key_press_event_cb (GtkWidget *widget, GdkEvent *event,
kbd_buffer_store_buffered_event (&inev, &xg_pending_quit_event);
}
+#ifdef USABLE_SIGIO
raise (SIGIO);
+#endif
return true;
}