diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2019-12-16 18:35:47 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-01-05 23:36:02 +0100 |
commit | 7cda101247ee8c4d75a4fd9daee4b175f6e54f7c (patch) | |
tree | 9f815714abb85b2155504fd67a8e3c2563232648 /nx-X11/programs/Xserver | |
parent | 65877a19995504bc9c2a8cdb17c0ae9f6770534a (diff) | |
download | nx-libs-7cda101247ee8c4d75a4fd9daee4b175f6e54f7c.tar.gz nx-libs-7cda101247ee8c4d75a4fd9daee4b175f6e54f7c.tar.bz2 nx-libs-7cda101247ee8c4d75a4fd9daee4b175f6e54f7c.zip |
Clipboard.c: flush more often to ensure a smooth clipboard experience
Diffstat (limited to 'nx-X11/programs/Xserver')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Clipboard.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c index 8d55c74d7..9707c19bd 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c @@ -432,7 +432,7 @@ Status SendSelectionNotifyEventToServer(XSelectionEvent *event_to_send) } #endif - //NXFlushDisplay(nxagentDisplay, NXFlushLink); + NXFlushDisplay(nxagentDisplay, NXFlushLink); return result; } @@ -714,8 +714,6 @@ void nxagentReplyRequestSelection(XEvent *X, Bool success) } SendSelectionNotifyEventToServer(&eventSelection); - - NXFlushDisplay(nxagentDisplay, NXFlushLink); } /* |