summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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)
{
/* 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 */