mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 11:21:04 -08:00
(XTread_socket) [USE_X_TOOLKIT]: Let toolkit handle menu bar click.
This commit is contained in:
parent
1387d54e38
commit
afb66a9aa8
1 changed files with 3 additions and 0 deletions
|
|
@ -4133,8 +4133,11 @@ XTread_socket (sd, bufp, numchars, waitp, expected)
|
|||
{
|
||||
f = x_any_window_to_frame (event.xbutton.window);
|
||||
if (f && event.type == ButtonPress)
|
||||
goto OTHER;
|
||||
#if 0
|
||||
construct_menu_click (&emacs_event,
|
||||
&event, f);
|
||||
#endif
|
||||
}
|
||||
#endif /* USE_X_TOOLKIT */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue