From J.P. Delport, "GraphicsWindowX11 typo, I believe X/Y's should match."

This commit is contained in:
Robert Osfield
2012-01-25 17:35:17 +00:00
parent 5feb203d79
commit 45998e9ce1

View File

@@ -1255,7 +1255,7 @@ void GraphicsWindowX11::checkEvents()
OSG_INFO<<"ConfigureNotify x="<<ev.xconfigure.x<<" y="<<ev.xconfigure.y<<" width="<<ev.xconfigure.width<<", height="<<ev.xconfigure.height<<std::endl;
if (windowX != ev.xconfigure.x ||
windowX != ev.xconfigure.y ||
windowY != ev.xconfigure.y ||
windowWidth != ev.xconfigure.width ||
windowHeight != ev.xconfigure.height)
{