Commit e9a3734a authored by Mike Gabriel's avatar Mike Gabriel

hw/nxagent/Display.c: Fix comment where the meaning of the "bypass"…

hw/nxagent/Display.c: Fix comment where the meaning of the "bypass" reconnectchecks parameter value is explained.
parent bff33057
...@@ -2186,9 +2186,8 @@ static int nxagentCheckForDefaultDepthCompatibility() ...@@ -2186,9 +2186,8 @@ static int nxagentCheckForDefaultDepthCompatibility()
* recommended, because it allows clients with a * recommended, because it allows clients with a
* higher default depth value to still connect, but * higher default depth value to still connect, but
* not lose functionality. * not lose functionality.
* - Bypass or higher means that all of these checks are * - Bypass means that all of these checks are essentially
* essentially deactivated. This is probably a very * deactivated. This is probably a very bad idea.
* bad idea.
*/ */
int dDepth; int dDepth;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment