[X2Go-Commits] [nx-libs] 403/429: Clipboard.c: extend comment
git-admin at x2go.org
git-admin at x2go.org
Mon Oct 18 09:37:16 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 4eba9d6b1c2b6fb6229aebe6406de3b4564e869c
Author: Ulrich Sibiller <uli42 at gmx.de>
Date: Mon Jun 14 22:05:29 2021 +0200
Clipboard.c: extend comment
---
nx-X11/programs/Xserver/hw/nxagent/Clipboard.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
index a5d74415e..a891af52d 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
@@ -2825,7 +2825,10 @@ int nxagentConvertSelection(ClientPtr client, WindowPtr pWin, Atom selection,
* FIXME: ICCCM states: "Clients should not use CurrentTime for the
* time argument of a ConvertSelection request. Instead, they should
* use the timestamp of the event that caused the request to be
- * made."
+ * made." Well, the event that that caused this came from an
+ * nxagent _client_ but we are a client to the real X server, which
+ * has an own time., we cannot use its time there. So what time
+ * would be correct here?
*/
UpdateCurrentTime();
--
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