ChangeSet ID: 16805 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/03/23 04:26:15
Modified files: windows : win.c dlls/x11drv : window.c dlls/user/tests: win.c
Log message: Robert Shearman rob@codeweavers.com - 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.
Patch: http://cvs.winehq.org/patch.py?id=16805
Old revision New revision Changes Path 1.270 1.271 +25 -20 wine/windows/win.c 1.102 1.103 +10 -1 wine/dlls/x11drv/window.c 1.49 1.50 +112 -0 wine/dlls/user/tests/win.c