changeset 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 b6b93953cc83
children b473ea5a3473
files src/xterm.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Mon Apr 25 20:30:56 1994 +0000
+++ b/src/xterm.c	Mon Apr 25 22:06:13 1994 +0000
@@ -4133,8 +4133,11 @@
 		  {
  		    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 */
 	      }