ChangeSet ID: 11136 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/02/17 14:29:05
Modified files: windows : win.c include : win.h dlls/user/tests: msg.c controls : menu.c
Log message: Huw Davies huw@codeweavers.com SetMenu should always call SetWindowPos whether the window is visible or not. However we shouldn't call SWP from CreateWindowEx. Added a test for this behaviour.
Patch: http://cvs.winehq.org/patch.py?id=11136
Old revision New revision Changes Path 1.235 1.236 +2 -2 wine/windows/win.c 1.81 1.82 +2 -0 wine/include/win.h 1.1 1.2 +63 -0 wine/dlls/user/tests/msg.c 1.175 1.176 +18 -6 wine/controls/menu.c