diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2019-08-01 00:13:07 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-09-29 17:10:05 +0200 |
commit | 7d2a222f2c6b87c7277b50ed89e522b39a495975 (patch) | |
tree | d0be5f7e3c1f9b2aa12cc534fa6b02bafbd72136 /nx-X11 | |
parent | 71fca41ff36880c855eed715152fbf2ff50643eb (diff) | |
download | nx-libs-7d2a222f2c6b87c7277b50ed89e522b39a495975.tar.gz nx-libs-7d2a222f2c6b87c7277b50ed89e522b39a495975.tar.bz2 nx-libs-7d2a222f2c6b87c7277b50ed89e522b39a495975.zip |
xkb: replace NX_TRANS_SOCKET by NXAGENT_SERVER
This has nothing to do with the transport.
Diffstat (limited to 'nx-X11')
-rw-r--r-- | nx-X11/programs/Xserver/xkb/xkbDflts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/xkb/xkbDflts.h b/nx-X11/programs/Xserver/xkb/xkbDflts.h index 575814baa..8fe12bdaf 100644 --- a/nx-X11/programs/Xserver/xkb/xkbDflts.h +++ b/nx-X11/programs/Xserver/xkb/xkbDflts.h @@ -411,7 +411,7 @@ static XkbSymInterpretRec dfltSI[69]= { 255, { XkbSA_LockControls, { 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00 } } }, -#ifndef NX_TRANS_SOCKET +#ifndef NXAGENT_SERVER /* * Make sure that the server can't be killed |