Commit 9772277c authored by Mike Gabriel's avatar Mike Gabriel

Merge branch 'sunweaver-pr/keep-disabled-rrxinerama-disabled-on-reconnects' into 3.6.x

Attributes GH PR #637: https://github.com/ArcticaProject/nx-libs/pull/637 Reviewed-by: Ulrich Sibiller <uli42@gmx.de> -- Tue, 16 Jan 2018 06:03:18 -0800
parents 7c43682e 05dd8425
...@@ -3797,7 +3797,7 @@ int nxagentChangeScreenConfig(int screen, int width, int height, int mmWidth, in ...@@ -3797,7 +3797,7 @@ int nxagentChangeScreenConfig(int screen, int width, int height, int mmWidth, in
if (r != 0) if (r != 0)
{ {
if (nxagentOption(Xinerama)) if (nxagentOption(Xinerama) && (noRRXineramaExtension == FALSE))
{ {
nxagentAdjustRandRXinerama(pScreen); nxagentAdjustRandRXinerama(pScreen);
} }
......
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