ChangeSet ID: 10873 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/01/26 21:57:10 Modified files: windows : mdi.c Log message: Dmitry Timoshkov <dmitry(a)codeweavers.com> - Add the same protection to MDI_AugmentFrameMenu as one existing in MDI_RestoreFrameMenu against repetitive calls. - Use Windows default icon for system menu bitmap if there is no one supplied by a child window as Windows does. - Use GetSystemMenu() to load system menu for a child window, otherwise there is no way to generate WM_SYSCOMMAND menu messages. - Restore check in WM_SIZE MDI child handler erroneously removed earlier. Patch: http://cvs.winehq.org/patch.py?id=10873 Old revision New revision Changes Path 1.118 1.119 +24 -30 wine/windows/mdi.c
participants (1)
-
Alexandre Julliard