commit | e4ab07e0fee56ddf48063e62a9046b7efea6150c | [log] [tgz] |
---|---|---|
author | Louis Philippe Gagnon <louisphilippe@macadamian.com> | Mon Oct 23 00:36:06 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Oct 23 00:36:06 2000 +0000 |
tree | 64e0db05046dea8fc5bfa58da6fd80c63bb41824 | |
parent | 409eb44eb00e0fc1a0ebc7ed1a5eed6e59841d88 [diff] |
- 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.