• Mihai Moldovan's avatar
    nx-X11/programs/Xserver/hw/nxagent/Display.c: use new ReconnectTolerance… · 6effea54
    Mihai Moldovan authored
    nx-X11/programs/Xserver/hw/nxagent/Display.c: use new ReconnectTolerance nxagentOption in nxagentCheckForDefaultDepthCompatibility() and modify behavior based on this value.
    
    Recognized values:
      - Strict means that the old and new default depth values
        must match exactly.
      - Safe or Risky means that the default depth values
        might differ, but the new default depth value must be at
        least as high as the former default depth value. This is
        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.
    
    Note that the default ReconnectTolerance value is still Strict.
    6effea54
Name
Last commit
Last update
..
GL Loading commit data...
Xext Loading commit data...
Xi Loading commit data...
composite Loading commit data...
damageext Loading commit data...
dbe Loading commit data...
dix Loading commit data...
fb Loading commit data...
hw Loading commit data...
include Loading commit data...
mfb Loading commit data...
mi Loading commit data...
miext Loading commit data...
os Loading commit data...
randr Loading commit data...
record Loading commit data...
render Loading commit data...
xfixes Loading commit data...
xkb Loading commit data...
Imakefile Loading commit data...
fix-miregion Loading commit data...
fix-miregion-private Loading commit data...
fix-region Loading commit data...