diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/gtkutil.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c index aaa2933f86e..ff5c0f27510 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c | |||
| @@ -6250,6 +6250,8 @@ xg_widget_key_press_event_cb (GtkWidget *widget, GdkEvent *event, | |||
| 6250 | xg_pending_quit_event.kind = NO_EVENT; | 6250 | xg_pending_quit_event.kind = NO_EVENT; |
| 6251 | kbd_buffer_store_buffered_event (&inev, &xg_pending_quit_event); | 6251 | kbd_buffer_store_buffered_event (&inev, &xg_pending_quit_event); |
| 6252 | } | 6252 | } |
| 6253 | |||
| 6254 | raise (SIGIO); | ||
| 6253 | return true; | 6255 | return true; |
| 6254 | } | 6256 | } |
| 6255 | 6257 | ||