diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-07-12 12:09:45 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-07-12 12:09:45 +0200 |
commit | ba02470a5dea69754f31d9816d7e76f2d6893d0b (patch) | |
tree | 591f81f8c936d9814b08659502e6f9bf054a239a /nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | |
parent | 000a869b3e994c6f5df62bdc6ee1bb4528403c9d (diff) | |
parent | 84a403e2724ae9acac77bd1d819a9b1f4e56379a (diff) | |
download | nx-libs-ba02470a5dea69754f31d9816d7e76f2d6893d0b.tar.gz nx-libs-ba02470a5dea69754f31d9816d7e76f2d6893d0b.tar.bz2 nx-libs-ba02470a5dea69754f31d9816d7e76f2d6893d0b.zip |
Merge branch 'sunweaver-pr/report-window-ids' into 3.6.x
Attributes GH PR #478: https://github.com/ArcticaProject/nx-libs/pull/478
Reviewed by Ulrich Sibiller <uli42@gmx.de> -- Mon, 10 Jul 2017 09:18:09 +0000 (UTC)
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 index 665a4e743..ef2d387c3 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 +++ b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 @@ -372,6 +372,12 @@ force use of NX protocol messages assuming communication through nxproxy .B \-nxrealwindowprop set property NX_REAL_WINDOW for each X11 client inside NX Agent, providing the window XID of the corresponding window object on the X server that NX Agent runs on .TP 8 +.B \-reportwids +explicitly tell NX Agent to report its externally exposed X11 window IDs to the session log (in machine readable form), so that external parsers can obtain that information from there +.TP 8 +.B \-reportprivatewids +explicitly tell NX Agent to report X11 window IDs of internally created window objects to the session log (in machine readable form), so that external parsers can obtain that information from there; this creates a lot of output and may affect performance +.TP 8 .B \-timeout \fIint\fP auto-disconnect timeout in seconds (minimum allowed: 60) .TP 8 |