From 4eba9d6b1c2b6fb6229aebe6406de3b4564e869c Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Mon, 14 Jun 2021 22:05:29 +0200 Subject: 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(); -- cgit v1.2.3