diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2020-01-18 22:09:44 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-05-07 14:57:15 +0200 |
commit | 92ac0d27737cf94e72208817cfd261a412a0e428 (patch) | |
tree | 7c86a6a7656f477a572209c9a3a3d246341c05e5 /nx-X11/programs/Xserver/hw/nxagent/Imakefile | |
parent | d282724c4abda9e59a029c2c485d7d046ff647db (diff) | |
download | nx-libs-92ac0d27737cf94e72208817cfd261a412a0e428.tar.gz nx-libs-92ac0d27737cf94e72208817cfd261a412a0e428.tar.bz2 nx-libs-92ac0d27737cf94e72208817cfd261a412a0e428.zip |
WaitFor.c Implement the intended NX_WAKEUP functionality
NX_WAKEUP had been non-effective and its effect had been tied to NX_TRANS_WAKEUP.
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Imakefile')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Imakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Imakefile b/nx-X11/programs/Xserver/hw/nxagent/Imakefile index 128dc3764..6e412a0bb 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Imakefile +++ b/nx-X11/programs/Xserver/hw/nxagent/Imakefile @@ -202,8 +202,8 @@ INCLUDES = \ # NXAGENT_ONSTART communicate about startup phase to the original nxclient by NoMachine via selections # NXAGENT_WAKEUP=<milliseconds> Specifies a timeout that makes WaitForSomething() return earlier than normal which # enables nxagent to close the splash window at the right time and/or improve connection -# handling for the xdmcp option. This value has no effect because the code uses -# NX_TRANS_WAKEUP in os/WaitFor.c instead. +# handling for the xdmcp option. +# This only has an effect if NX_TRANS_WAKEUP is also set for os/WaitFor.c # NXAGENT_ARTSD enable special handling of MCOPGLOBALS property used by artsd. # NXAGENT_RENDER_CLEANUP cleanup padding bits/bytes of glyphs to possibly increase compression rate # |