1
0
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:
Richard M. Stallman 1994-04-25 22:06:13 +00:00
parent 1387d54e38
commit afb66a9aa8

View File

@ -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 */
}