[X2Go-Commits] [nx-libs] 350/429: Clipboard.c: add FIXMEs
git-admin at x2go.org
git-admin at x2go.org
Mon Oct 18 09:37:04 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 ba02ad3ad65eb353734aafd6e394683c57fbe070
Author: Ulrich Sibiller <uli42 at gmx.de>
Date: Thu Sep 24 01:01:22 2020 +0200
Clipboard.c: add FIXMEs
---
nx-X11/programs/Xserver/hw/nxagent/Clipboard.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
index 072dd1a3d..9dc5f8ad7 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
@@ -2138,6 +2138,8 @@ int nxagentConvertSelection(ClientPtr client, WindowPtr pWin, Atom selection,
return 1;
}
+/* FIXME: do we still need this special treatment? Can't we just
+ call nxagentLocalToRemoteAtom() everywhere? */
XlibAtom translateLocalToRemoteSelection(Atom local)
{
/*
@@ -2173,6 +2175,8 @@ XlibAtom translateLocalToRemoteSelection(Atom local)
return remote;
}
+/* FIXME: do we still need this special treatment? Can't we just
+ call nxagentLocalToRemoteAtom() everywhere? */
XlibAtom translateLocalToRemoteTarget(Atom local)
{
/*
--
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