aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Clipboard.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
index 7fefd5ee1..d96a9946a 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
@@ -1272,6 +1272,8 @@ void nxagentHandleSelectionRequestFromXServer(XEvent *X)
X->xselectionrequest.target, serverTransToAgentProperty,
serverWindow, lastClients[index].time);
+ NXFlushDisplay(nxagentDisplay, NXFlushLink);
+
#ifdef DEBUG
fprintf(stderr, "%s: Sent XConvertSelection: selection [%d][%s] target [%ld][%s] property [%ld][%s] window [0x%lx] time [%u] .\n", __func__,
CurrentSelections[index].selection, NameForRemAtom(CurrentSelections[index].selection)),
@@ -2839,6 +2841,9 @@ int nxagentConvertSelection(ClientPtr client, WindowPtr pWin, Atom selection,
XConvertSelection(nxagentDisplay, remSelection, remTarget, remProperty,
serverWindow, CurrentTime);
+
+ NXFlushDisplay(nxagentDisplay, NXFlushLink);
+
/* XConvertSelection will always return 1 (check the source!), so no
need to check the return code. */