[X2Go-Commits] [nx-libs] 373/429: Clipboard.c: move some (currently commented) code to inner scope
git-admin at x2go.org
git-admin at x2go.org
Mon Oct 18 09:37:10 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 7746358b6536289fab9e89b525cf8329a64b731a
Author: Ulrich Sibiller <uli42 at gmx.de>
Date: Wed Nov 25 00:23:47 2020 +0100
Clipboard.c: move some (currently commented) code to inner scope
---
nx-X11/programs/Xserver/hw/nxagent/Clipboard.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
index eeeb28bab..7598f9916 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
@@ -2131,10 +2131,9 @@ static void setSelectionOwnerOnXServer(Selection *pSelection)
* already so better do it here, too
*/
invalidateTargetCache(index);
- }
- /* FIXME: commented because index is invalid here! */
- /* lastServers[index].requestor = None; */
+ /* FIXME: commented because index is invalid here! */
+ /* lastServers[index].requestor = None; */
/*
FIXME
@@ -2154,6 +2153,7 @@ FIXME
}
else fprintf (stderr, "%s: SetSelectionOwner failed\n", __func__);
*/
+ }
}
/*
--
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