Mercurial > emacs
comparison src/xterm.c @ 7093:b5844ebba56f
(XTread_socket) [USE_X_TOOLKIT]: Let toolkit handle menu bar click.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 25 Apr 1994 22:06:13 +0000 |
parents | 55f9a506180d |
children | 3aaa031a8fe4 |
comparison
equal
deleted
inserted
replaced
7092:b6b93953cc83 | 7093:b5844ebba56f |
---|---|
4131 #ifdef USE_X_TOOLKIT | 4131 #ifdef USE_X_TOOLKIT |
4132 else | 4132 else |
4133 { | 4133 { |
4134 f = x_any_window_to_frame (event.xbutton.window); | 4134 f = x_any_window_to_frame (event.xbutton.window); |
4135 if (f && event.type == ButtonPress) | 4135 if (f && event.type == ButtonPress) |
4136 goto OTHER; | |
4137 #if 0 | |
4136 construct_menu_click (&emacs_event, | 4138 construct_menu_click (&emacs_event, |
4137 &event, f); | 4139 &event, f); |
4140 #endif | |
4138 } | 4141 } |
4139 #endif /* USE_X_TOOLKIT */ | 4142 #endif /* USE_X_TOOLKIT */ |
4140 } | 4143 } |
4141 | 4144 |
4142 if (numchars >= 1 && emacs_event.kind != no_event) | 4145 if (numchars >= 1 && emacs_event.kind != no_event) |