Commit 05dd8425 authored by Mike Gabriel's avatar Mike Gabriel

hw/nxagent/Screen.c: Additionally check for noRRXineramaExtension set to FALSE…

hw/nxagent/Screen.c: Additionally check for noRRXineramaExtension set to FALSE before using the nxagentAdjustRandRXinerama() function and providing a Xinerama-like user experience. Fixes ArcticaProject/nx-libs#634.
parent 7c43682e
...@@ -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