diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-07-28 13:20:38 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-07-28 13:20:38 +0200 |
commit | e9a3734ae3ab5623c63c4fd0a97e1eeb23d98f41 (patch) | |
tree | 7689f9c1166d90b6b507cf4434464fd095972215 /nx-X11 | |
parent | bff330577ffa041edf842e93008c67348680723a (diff) | |
download | nx-libs-e9a3734ae3ab5623c63c4fd0a97e1eeb23d98f41.tar.gz nx-libs-e9a3734ae3ab5623c63c4fd0a97e1eeb23d98f41.tar.bz2 nx-libs-e9a3734ae3ab5623c63c4fd0a97e1eeb23d98f41.zip |
hw/nxagent/Display.c: Fix comment where the meaning of the "bypass" reconnectchecks parameter value is explained.
Diffstat (limited to 'nx-X11')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Display.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Display.c b/nx-X11/programs/Xserver/hw/nxagent/Display.c index 5d258fd44..04f2fbb4c 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Display.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Display.c @@ -2186,9 +2186,8 @@ static int nxagentCheckForDefaultDepthCompatibility() * recommended, because it allows clients with a * higher default depth value to still connect, but * not lose functionality. - * - Bypass or higher means that all of these checks are - * essentially deactivated. This is probably a very - * bad idea. + * - Bypass means that all of these checks are essentially + * deactivated. This is probably a very bad idea. */ int dDepth; |