- Window styles passed to CreateWindowEx must the same as passed in
commitcaec6026e7edc3cfa087e6487a9781881f6a3082
authorRobert Shearman <rob@codeweavers.com>
Wed, 23 Mar 2005 10:26:15 +0000 (23 10:26 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 23 Mar 2005 10:26:15 +0000 (23 10:26 +0000)
tree563425b8d448ccaf34fac9f4db1d4d274eb48896
parent6d32d63979d9b443120c10ec78b938ce21d3bd89
- 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.
dlls/user/tests/win.c
dlls/x11drv/window.c
windows/win.c