Mercurial > emacs
changeset 63070:6b334ce606ca
(popup_get_selection): Undo previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 06 Jun 2005 12:56:53 +0000 |
parents | e9052cfb189a |
children | f6046597d48a |
files | src/xmenu.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xmenu.c Mon Jun 06 12:53:42 2005 +0000 +++ b/src/xmenu.c Mon Jun 06 12:56:53 2005 +0000 @@ -1235,10 +1235,6 @@ if (event.type == ButtonRelease && dpyinfo->display == event.xbutton.display) { - /* If the click is not on the menu, deactivate the menu. */ - if (x_any_window_to_frame (dpyinfo, event.xexpose.window)) - popup_activated_flag = 0; - dpyinfo->grabbed &= ~(1 << event.xbutton.button); #ifdef USE_MOTIF /* Pretending that the event came from a Btn1Down seems the only way to convince Motif to