mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-19 10:22:27 +00:00
(XTread_socket) [USE_X_TOOLKIT]: Let toolkit handle menu bar click.
This commit is contained in:
parent
1387d54e38
commit
afb66a9aa8
@ -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…
Reference in New Issue
Block a user