commit | caec6026e7edc3cfa087e6487a9781881f6a3082 | [log] [tgz] |
---|---|---|
author | Robert Shearman <rob@codeweavers.com> | Wed Mar 23 10:26:15 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Mar 23 10:26:15 2005 +0000 |
tree | 563425b8d448ccaf34fac9f4db1d4d274eb48896 | |
parent | 6d32d63979d9b443120c10ec78b938ce21d3bd89 [diff] |
- Window styles passed to CreateWindowEx must the same as passed in CREATESTRUCT for WM_CREATE/WM_NCCREATE. - Fix cases where WS_EX_WINDOWEDGE style is applied. - Tests for the above.