Mercurial > emacs
changeset 11953:d349456b4b1c
(XTread_socket): Don't call popup_get_selection here.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 26 May 1995 22:46:36 +0000 |
parents | 655dd1479452 |
children | 4117d74ba254 |
files | src/xterm.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Fri May 26 22:35:10 1995 +0000 +++ b/src/xterm.c Fri May 26 22:46:36 1995 +0000 @@ -3917,6 +3917,8 @@ if (bar) x_scroll_bar_handle_click (bar, &event, &emacs_event); +#if 0 /* It doesn't make sense to do this. + Menu bar clicks are handled within the toolkit itself. */ #ifdef USE_X_TOOLKIT else { @@ -3926,6 +3928,7 @@ break; } #endif /* USE_X_TOOLKIT */ +#endif } if (event.type == ButtonPress)