summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-04-11 20:33:52 +0000
committerRichard M. Stallman <rms@gnu.org>1995-04-11 20:33:52 +0000
commit796e46975d5fe4834b5031c597258f8d87b35b56 (patch)
tree8b08b5f767ec4b64eb39af8d3aedd02a76e1b389
parente81976428cc657a9c7370a14d7ad817257642eff (diff)
downloademacs-796e46975d5fe4834b5031c597258f8d87b35b56.tar.gz
(XTread_socket): Pass dpyinfo to popup_get_selection.
-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)
{
/* Assume we have a menubar button press. A bad
assumption should behave benignly. */
- popup_get_selection (&event);
+ popup_get_selection (&event, dpyinfo);
break;
}
#endif /* USE_X_TOOLKIT */