aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Atoms.c
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2019-11-18 00:45:17 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-01-05 23:36:02 +0100
commit7d9c5ad4d388f5ccd54b64e21e6ef3d89fcf64fd (patch)
tree18627c3ea1d12da4b8176e36a432682f61347077 /nx-X11/programs/Xserver/hw/nxagent/Atoms.c
parent509ae051b2fdb94e587ef8360b2e5985f9c1abc2 (diff)
downloadnx-libs-7d9c5ad4d388f5ccd54b64e21e6ef3d89fcf64fd.tar.gz
nx-libs-7d9c5ad4d388f5ccd54b64e21e6ef3d89fcf64fd.tar.bz2
nx-libs-7d9c5ad4d388f5ccd54b64e21e6ef3d89fcf64fd.zip
Clipboard: align reported targets
Always report the same list of available targets to internal and external requests.
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Atoms.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Atoms.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Atoms.c b/nx-X11/programs/Xserver/hw/nxagent/Atoms.c
index 6bd945de7..d9775b720 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Atoms.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Atoms.c
@@ -91,6 +91,7 @@ static char *nxagentAtomNames[NXAGENT_NUMBER_OF_ATOMS + 1] =
"_NET_WM_STATE", /* 13 */
"_NET_WM_STATE_FULLSCREEN", /* 14 */
"NX_CUT_BUFFER_CLIENT", /* 15 */
+ "COMPOUND_TEXT", /* 16 */
NULL,
NULL
};