- Calculate changes in the client area relative to the window
commite4ab07e0fee56ddf48063e62a9046b7efea6150c
authorLouis Philippe Gagnon <louisphilippe@macadamian.com>
Mon, 23 Oct 2000 00:36:06 +0000 (23 00:36 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 23 Oct 2000 00:36:06 +0000 (23 00:36 +0000)
tree64e0db05046dea8fc5bfa58da6fd80c63bb41824
parent409eb44eb00e0fc1a0ebc7ed1a5eed6e59841d88
- Calculate changes in the client area relative to the window
  instead of its parent when using SWP_EX_PAINTSELF.
- With SWP_EX_PAINTSELF, copy only if client area changed, since a
  window can't move relative to itself.
- In SWP_DoNCCalcSize, when determining if the client area
  changed, use values relative to the window itself, not its parent.
windows/winpos.c