ChangeSet ID: 16939 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/03/30 12:59:28
Modified files: windows : win.c nonclient.c dlls/user/tests: msg.c dlls/user : menu.c
Log message: Dmitry Timoshkov dmitry@codeweavers.com - Make GetSystemMenu respect CS_NOCLOSE. - EnableMenuItem should not generate WM_WINDOWPOSCHANGING message. - Make nonclient code check for presence of SC_CLOSE, not CS_NOCLOSE window class style. - Add a test case.
Patch: http://cvs.winehq.org/patch.py?id=16939
Old revision New revision Changes Path 1.275 1.276 +1 -1 wine/windows/win.c 1.139 1.140 +12 -4 wine/windows/nonclient.c 1.81 1.82 +48 -0 wine/dlls/user/tests/msg.c 1.23 1.24 +9 -3 wine/dlls/user/menu.c