aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-05-26 22:46:36 +0000
committerKarl Heuer1995-05-26 22:46:36 +0000
commit7c21100ae357160662f38efe745aba1934ad1e4c (patch)
tree4fe6849c65f5a5491defbf7163f7788b02fb40db /src
parent075f06eca341dbfd2b085684eb5ac5cf0a1affe2 (diff)
downloademacs-7c21100ae357160662f38efe745aba1934ad1e4c.tar.gz
emacs-7c21100ae357160662f38efe745aba1934ad1e4c.zip
(XTread_socket): Don't call popup_get_selection here.
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)