aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Atoms.c
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2020-10-26 23:18:27 +0100
committerUlrich Sibiller <uli42@gmx.de>2021-06-20 20:12:51 +0200
commit533f08ddb9748c20bd736f356c3a7fe38f53a113 (patch)
treea0e6b851a1f2b4d092fb6f15326a0b4dbfec0a39 /nx-X11/programs/Xserver/hw/nxagent/Atoms.c
parentba02ad3ad65eb353734aafd6e394683c57fbe070 (diff)
downloadnx-libs-533f08ddb9748c20bd736f356c3a7fe38f53a113.tar.gz
nx-libs-533f08ddb9748c20bd736f356c3a7fe38f53a113.tar.bz2
nx-libs-533f08ddb9748c20bd736f356c3a7fe38f53a113.zip
Clipboard.c: add TARGET_SIZES
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Atoms.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Atoms.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Atoms.c b/nx-X11/programs/Xserver/hw/nxagent/Atoms.c
index 86022ee62..6ce8b21e8 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Atoms.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Atoms.c
@@ -149,7 +149,13 @@ static char *nxagentAtomNames[NXAGENT_NUMBER_OF_ATOMS + 2] =
/* request to insert content of property into selection. Standard
ICCCM Atom */
"SAVE_TARGETS", /* 22 */
- /* request tp save clipboard content to clipboard manager on exit */
+ /* request to save clipboard content to clipboard manager on
+ exit, see
+ https://www.freedesktop.org/wiki/ClipboardManager */
+ "TARGET_SIZES", /* 23 */
+ /* request to retrieve the sizes of the clipboard content in
+ various formats, see
+ https://www.freedesktop.org/wiki/ClipboardManager */
NULL,
NULL
};