From 28f07b52638716bb57121ca2b7d7ed2d2bebf64c Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Sun, 17 Nov 2019 19:07:19 +0100 Subject: Clipboard.c: more debugging output --- nx-X11/programs/Xserver/hw/nxagent/Clipboard.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nx-X11/programs/Xserver/hw/nxagent') diff --git a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c index 12d578f90..3c74b7825 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c @@ -1925,6 +1925,10 @@ int nxagentConvertSelection(ClientPtr client, WindowPtr pWin, Atom selection, else { /* deny request */ + #ifdef DEBUG + fprintf(stderr, "%s: Unsupported target [%d][%s] - denying request\n", __func__, target, + validateString(NameForAtom(target))); + #endif SendSelectionNotifyEventToClient(client, time, requestor, selection, target, None); return 1; -- cgit v1.2.3