]> git.eshelyaron.com Git - emacs.git/commit
(popup_get_selection): Now static. New arg DO_TIMERS.
authorRichard M. Stallman <rms@gnu.org>
Sat, 21 Dec 2002 18:19:13 +0000 (18:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 21 Dec 2002 18:19:13 +0000 (18:19 +0000)
commitf02cac82a2b832fe157c051fc6ce854736b99dc8
tree001fa9ace7beb777215e50772c5d1b6e748000fd
parent40a301b3524036f179f3293e80304fd3f435624b
(popup_get_selection): Now static.  New arg DO_TIMERS.
If it is non-nil, run timers.  Use an unwind-protect to requeue
the events that were read ahead.
(popup_get_selection_unwind): New subroutine.
(popup_get_selection_queue): File-scope variable now holds that queue.
(xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
(xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
Use an unwind-protect to pop down the dialog box.
(xdialog_show_unwind): New subroutine implements that.
src/ChangeLog
src/xmenu.c