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