From 796e46975d5fe4834b5031c597258f8d87b35b56 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 11 Apr 1995 20:33:52 +0000 Subject: [PATCH] (XTread_socket): Pass dpyinfo to popup_get_selection. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.c b/src/xterm.c index 6e7b646d15..6cd793e615 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 */ -- 2.39.2