]> git.eshelyaron.com Git - emacs.git/commitdiff
(XTread_socket) [USE_X_TOOLKIT]: Let toolkit handle menu bar click.
authorRichard M. Stallman <rms@gnu.org>
Mon, 25 Apr 1994 22:06:13 +0000 (22:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 25 Apr 1994 22:06:13 +0000 (22:06 +0000)
src/xterm.c

index 1fdeab0b1ccf6d9eb65c3466220e8c12e7d85259..06f45450035f410892d1743c8a0c4bd95299b38a 100644 (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 */
              }