Mercurial > emacs
changeset 11375:c7777cf7ef6c
(XTread_socket): Pass dpyinfo to popup_get_selection.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 11 Apr 1995 20:33:52 +0000 |
parents | 1ebc81f84aa4 |
children | 44f6ea27bac4 |
files | src/xterm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Tue Apr 11 20:19:46 1995 +0000 +++ b/src/xterm.c Tue Apr 11 20:33:52 1995 +0000 @@ -3932,7 +3932,7 @@ { /* 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 */