6522731: Location of the frame changes,when the frame is resized & non-resized

XMoveWindow() should use shell's location

Reviewed-by: son
This commit is contained in:
Dmitry Cherepanov 2008-03-14 17:23:25 +03:00
parent dc0d619ccb
commit 07a1367346

View File

@ -809,7 +809,7 @@ class XDecoratedPeer extends XWindowPeer {
fs &= ~(MWM_FUNC_RESIZE | MWM_FUNC_MAXIMIZE);
}
winAttr.functions = fs;
XWM.setShellNotResizable(this, dimensions, dimensions.getScreenBounds(), false);
XWM.setShellNotResizable(this, dimensions, dimensions.getBounds(), false);
}
}