- Add the same protection to MDI_AugmentFrameMenu as one existing in
authorDmitry Timoshkov <dmitry@codeweavers.com>
Tue, 27 Jan 2004 03:57:10 +0000 (03:57 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 27 Jan 2004 03:57:10 +0000 (03:57 +0000)
commitae23340c35ffbb124eed8bf8247197e1c2c3006a
tree6d41a5ca863c4db90ce2711ea6b489184b87beec
parentfad29711511b0200dd8d965aa593d8835a7b281a
- 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.
windows/mdi.c