aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2021-06-14 22:05:29 +0200
committerUlrich Sibiller <uli42@gmx.de>2021-06-20 20:12:51 +0200
commit4eba9d6b1c2b6fb6229aebe6406de3b4564e869c (patch)
tree7a3fe7acb33dd5120f806505fe5b17ee1bd37c08
parente8217798d513dc86008195546ed4a06f6e54a95f (diff)
downloadnx-libs-4eba9d6b1c2b6fb6229aebe6406de3b4564e869c.tar.gz
nx-libs-4eba9d6b1c2b6fb6229aebe6406de3b4564e869c.tar.bz2
nx-libs-4eba9d6b1c2b6fb6229aebe6406de3b4564e869c.zip
Clipboard.c: extend comment
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Clipboard.c5
1 files changed, 4 insertions, 1 deletions
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();