diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2021-02-09 19:09:21 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-06-08 08:23:35 +0200 |
commit | 8fe2c114084743e8726ae39089e3aa1491d22719 (patch) | |
tree | 5049deb05b33b5c2d63847074dd787bb4572e6ce /nx-X11/programs/Xserver/hw/nxagent/Atoms.c | |
parent | 906aa0714de9f2aa2b9d2600d44658864cce0070 (diff) | |
download | nx-libs-8fe2c114084743e8726ae39089e3aa1491d22719.tar.gz nx-libs-8fe2c114084743e8726ae39089e3aa1491d22719.tar.bz2 nx-libs-8fe2c114084743e8726ae39089e3aa1491d22719.zip |
Use NXAGENT_ONSTART define at more locations
marking all the code that is not really required when not using
nomachine's nxclient.
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Atoms.c')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Atoms.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Atoms.c b/nx-X11/programs/Xserver/hw/nxagent/Atoms.c index ea7ad7599..2ddf87e55 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Atoms.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Atoms.c @@ -89,9 +89,12 @@ static char *nxagentAtomNames[NXAGENT_NUMBER_OF_ATOMS + 1] = "WM_NX_READY", /* 3 */ /* nxagent takes the ownership of the selection with this name to signal the nxclient (or any other watching program) - it is ready. */ + it is ready. This is only used if NXAGENT_ONSTART is defined. + We cannot enclose it in #ifdef here because we use the numeric + indices to this structure at multiple places. */ "MCOPGLOBALS", /* 4 */ - /* used for artsd support. */ + /* used for artsd support. Only used if compiled with + NXAGENT_ARTSD */ "NX_CUT_BUFFER_SERVER", /* 5 */ /* this is the name of a property on nxagent's window on the real X server. This property is used for passing clipboard |