aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Atoms.h
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2019-08-06 22:54:55 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-09-29 17:44:08 +0200
commit92ad24a3b7069f009e2abe0f8b46cca717db110a (patch)
tree66dfb4b406522ac0c9593d8a4f7b0e4d8fa0c280 /nx-X11/programs/Xserver/hw/nxagent/Atoms.h
parent9a144136d76589b2b7a7a55a38f2b8bd64ac7e5f (diff)
downloadnx-libs-92ad24a3b7069f009e2abe0f8b46cca717db110a.tar.gz
nx-libs-92ad24a3b7069f009e2abe0f8b46cca717db110a.tar.bz2
nx-libs-92ad24a3b7069f009e2abe0f8b46cca717db110a.zip
Clipboard.c: translate internal to external atom
serverClientCutProperty is the external equivalent of the internal clientCutProperty. We need it on the server side, too, because we use the property on the serverWindow on the real X server. We could (mis)use serverCutProperty here but this might introduce race conditions when both sides request selections simultaneously.
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Atoms.h')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Atoms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Atoms.h b/nx-X11/programs/Xserver/hw/nxagent/Atoms.h
index 08eb1cfff..cbbb7bd1d 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Atoms.h
+++ b/nx-X11/programs/Xserver/hw/nxagent/Atoms.h
@@ -30,7 +30,7 @@
#include "../../include/window.h"
#include "screenint.h"
-#define NXAGENT_NUMBER_OF_ATOMS 16
+#define NXAGENT_NUMBER_OF_ATOMS 17
extern Atom nxagentAtoms[NXAGENT_NUMBER_OF_ATOMS];