# HG changeset patch # User Richard M. Stallman # Date 767435270 0 # Node ID 6b894fba586b66e4ec0d1e22a9987b87478f5546 # Parent 6c6a776a64e12b608ac00c6a4aad796ee566938c (xmenu_show, xdialog_show): If we unread some events, set interrupt_input_pending. diff -r 6c6a776a64e1 -r 6b894fba586b src/xmenu.c --- a/src/xmenu.c Wed Apr 27 08:27:00 1994 +0000 +++ b/src/xmenu.c Wed Apr 27 08:27:50 1994 +0000 @@ -1682,6 +1682,8 @@ XPutBackEvent (XDISPLAY &queue_tmp->event); queue = queue_tmp->next; free ((char *)queue_tmp); + /* Cause these events to get read as soon as we UNBLOCK_INPUT. */ + interrupt_input_pending = 1; } /* Find the selected item, and its pane, to return @@ -1930,6 +1932,8 @@ XPutBackEvent (XDISPLAY &queue_tmp->event); queue = queue_tmp->next; free ((char *)queue_tmp); + /* Cause these events to get read as soon as we UNBLOCK_INPUT. */ + interrupt_input_pending = 1; } /* Find the selected item, and its pane, to return