commit | e04ad71ca2cbf2f4dfbce35526dd640efe87975e | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Thu Oct 12 17:07:15 2017 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Thu Oct 12 17:07:15 2017 +0200 |
tree | 74363e7ce8aee60e6f67758df9aa91615e745c0d | |
parent | dfc2001b3f681cbd1377a3096781182727f13d24 [diff] |
Add debug trace when the clipboard changes
diff --git a/unix/xserver/hw/vnc/vncSelection.c b/unix/xserver/hw/vnc/vncSelection.c index 02a1cd1..51dfd9c 100644 --- a/unix/xserver/hw/vnc/vncSelection.c +++ b/unix/xserver/hw/vnc/vncSelection.c
@@ -509,6 +509,9 @@ if (info->client == serverClient) return; + LOG_DEBUG("Selection owner change for %s", + NameForAtom(info->selection->selection)); + if ((info->selection->selection != xaPRIMARY) && (info->selection->selection != xaCLIPBOARD)) return;