diff options
Diffstat (limited to 'nx-X11/programs/Xserver')
-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; |