aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index c95c98ad195..a11f8466896 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -3917,6 +3917,8 @@ XTread_socket (sd, bufp, numchars, waitp, expected)
3917 3917
3918 if (bar) 3918 if (bar)
3919 x_scroll_bar_handle_click (bar, &event, &emacs_event); 3919 x_scroll_bar_handle_click (bar, &event, &emacs_event);
3920#if 0 /* It doesn't make sense to do this.
3921 Menu bar clicks are handled within the toolkit itself. */
3920#ifdef USE_X_TOOLKIT 3922#ifdef USE_X_TOOLKIT
3921 else 3923 else
3922 { 3924 {
@@ -3926,6 +3928,7 @@ XTread_socket (sd, bufp, numchars, waitp, expected)
3926 break; 3928 break;
3927 } 3929 }
3928#endif /* USE_X_TOOLKIT */ 3930#endif /* USE_X_TOOLKIT */
3931#endif
3929 } 3932 }
3930 3933
3931 if (event.type == ButtonPress) 3934 if (event.type == ButtonPress)