aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-04-11 20:33:52 +0000
committerRichard M. Stallman1995-04-11 20:33:52 +0000
commit796e46975d5fe4834b5031c597258f8d87b35b56 (patch)
tree8b08b5f767ec4b64eb39af8d3aedd02a76e1b389 /src
parente81976428cc657a9c7370a14d7ad817257642eff (diff)
downloademacs-796e46975d5fe4834b5031c597258f8d87b35b56.tar.gz
emacs-796e46975d5fe4834b5031c597258f8d87b35b56.zip
(XTread_socket): Pass dpyinfo to popup_get_selection.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 6e7b646d153..6cd793e6152 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -3932,7 +3932,7 @@ XTread_socket (sd, bufp, numchars, waitp, expected)
3932 { 3932 {
3933 /* Assume we have a menubar button press. A bad 3933 /* Assume we have a menubar button press. A bad
3934 assumption should behave benignly. */ 3934 assumption should behave benignly. */
3935 popup_get_selection (&event); 3935 popup_get_selection (&event, dpyinfo);
3936 break; 3936 break;
3937 } 3937 }
3938#endif /* USE_X_TOOLKIT */ 3938#endif /* USE_X_TOOLKIT */