Commit f40792c4 authored by Mike Gabriel's avatar Mike Gabriel

Initialize XRandR based Xinerama extension properly when session is started with…

Initialize XRandR based Xinerama extension properly when session is started with "-geometry fullscreen".
parent e7e2f164
......@@ -3485,7 +3485,7 @@ int nxagentHandleConfigureNotify(XEvent* X)
}
else
{
if (X -> xconfigure.window == DefaultRootWindow(nxagentDisplay))
if ( (X -> xconfigure.window == DefaultRootWindow(nxagentDisplay)) || nxagentFullscreenWindow )
{
#ifdef TEST
fprintf(stderr, "nxagentHandleConfigureNotify: remote root window has changed: %d,%d %dx%d\n", X -> xconfigure.x, X -> xconfigure.y, X -> xconfigure.width, X -> xconfigure.height);
......
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