diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2018-10-21 23:54:10 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-10-22 14:38:20 +0200 |
commit | 71abe0bebc85e839bf8cd67ad1d6f9cf0a9a5a96 (patch) | |
tree | 026ed0c86a76dd3835c83ca914ebae671b699ae4 /nx-X11/config | |
parent | 97f768a26f19a730155fc73efdfe737cefee3462 (diff) | |
download | nx-libs-71abe0bebc85e839bf8cd67ad1d6f9cf0a9a5a96.tar.gz nx-libs-71abe0bebc85e839bf8cd67ad1d6f9cf0a9a5a96.tar.bz2 nx-libs-71abe0bebc85e839bf8cd67ad1d6f9cf0a9a5a96.zip |
enable CLIENTIDS functions in xserver
these can be used to determine the PID and name of an X11 client,
e.g. in debugging.
Diffstat (limited to 'nx-X11/config')
-rw-r--r-- | nx-X11/config/cf/xorg.cf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/config/cf/xorg.cf b/nx-X11/config/cf/xorg.cf index 578d82af4..6f1f43018 100644 --- a/nx-X11/config/cf/xorg.cf +++ b/nx-X11/config/cf/xorg.cf @@ -594,7 +594,7 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8 #ifndef XFree86ServerOSDefines # define XFree86ServerOSDefines -DDDXOSINIT -DSERVER_LOCK -DDDXOSFATALERROR \ - -DDDXOSVERRORF + -DDDXOSVERRORF -DCLIENTIDS #endif #ifndef XFree86ConsoleDefines |