commit | ae23340c35ffbb124eed8bf8247197e1c2c3006a | [log] [tgz] |
---|---|---|
author | Dmitry Timoshkov <dmitry@codeweavers.com> | Tue Jan 27 03:57:10 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jan 27 03:57:10 2004 +0000 |
tree | 6d41a5ca863c4db90ce2711ea6b489184b87beec | |
parent | fad29711511b0200dd8d965aa593d8835a7b281a [diff] |
- 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.