diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2020-01-29 23:29:27 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-05-07 12:55:04 +0200 |
commit | 18439f55a04501b93fe8617850b5c1510b0d4885 (patch) | |
tree | c8dc4d3652786fcc48247d86fc187d9381670069 /nx-X11/programs/Xserver/hw/nxagent/Atoms.c | |
parent | c49e41a4dea7ac8560d376f706c535fa10917903 (diff) | |
download | nx-libs-18439f55a04501b93fe8617850b5c1510b0d4885.tar.gz nx-libs-18439f55a04501b93fe8617850b5c1510b0d4885.tar.bz2 nx-libs-18439f55a04501b93fe8617850b5c1510b0d4885.zip |
Atoms.c: refine comment on NX_CUT_BUFFER_SERVER
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Atoms.c')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Atoms.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Atoms.c b/nx-X11/programs/Xserver/hw/nxagent/Atoms.c index 78137a920..eecead6e1 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Atoms.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Atoms.c @@ -95,9 +95,8 @@ static char *nxagentAtomNames[NXAGENT_NUMBER_OF_ATOMS + 1] = content from clients of the real X server to nxagent's clients Unfortunately we cannot rename this to NX_SELTRANS_TO_AGENT - because nomachine's nxclient is depending on this - selection */ - + because nomachine's nxclient and nxwin are using this + Atom/selection for communication with the nxagent Atom. */ "TARGETS", /* 6 */ /* used to request a list of supported data formats from the selection owner. Standard ICCCM Atom */ |