diff options
| author | Richard M. Stallman <rms@gnu.org> | 1995-04-11 20:33:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1995-04-11 20:33:52 +0000 |
| commit | 796e46975d5fe4834b5031c597258f8d87b35b56 (patch) | |
| tree | 8b08b5f767ec4b64eb39af8d3aedd02a76e1b389 /src | |
| parent | e81976428cc657a9c7370a14d7ad817257642eff (diff) | |
| download | emacs-796e46975d5fe4834b5031c597258f8d87b35b56.tar.gz | |
(XTread_socket): Pass dpyinfo to popup_get_selection.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
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 */ |
