[X2Go-Commits] [nx-libs] 411/429: Clipboard.c: add missing target cache invalidation to some (currently unused) code
git-admin at x2go.org
git-admin at x2go.org
Mon Oct 18 09:37:17 CEST 2021
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch 3.6.x
in repository nx-libs.
commit 9b4602847ec98f695d044bef59704b5344c8869b
Author: Ulrich Sibiller <uli42 at gmx.de>
Date: Wed Jun 16 22:09:02 2021 +0200
Clipboard.c: add missing target cache invalidation to some (currently unused) code
---
nx-X11/programs/Xserver/hw/nxagent/Clipboard.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
index c38c4b584..b29ed3ec7 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
@@ -2169,6 +2169,8 @@ static void resetSelectionOwnerOnXServer(void)
setClientSelectionStage(index, SelectionStageNone);
+ invalidateTargetCache(index);
+
/* Hmm, this is already None when reaching here. */
lastServers[index].requestor = None;
}
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
More information about the x2go-commits
mailing list