Dmitry Timoshkov : user32: Remove MDI_AugmentFrameMenu call from WM_MDICREATE handler.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jan 15 07:43:08 CST 2007


Module: wine
Branch: master
Commit: d63fd7911f2164b2f17824e67655c5027c1e8713
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d63fd7911f2164b2f17824e67655c5027c1e8713

Author: Dmitry Timoshkov <dmitry at codeweavers.com>
Date:   Sun Jan 14 20:19:50 2007 +0800

user32: Remove MDI_AugmentFrameMenu call from WM_MDICREATE handler.

---

 dlls/user32/mdi.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/dlls/user32/mdi.c b/dlls/user32/mdi.c
index 4f6844c..8288885 100644
--- a/dlls/user32/mdi.c
+++ b/dlls/user32/mdi.c
@@ -1115,12 +1115,6 @@ static LRESULT MDIClientWndProc_common(
                                             hwnd, 0, csA->hOwner,
                                             (LPVOID)csA->lParam);
             }
-
-            if (IsZoomed(ci->hwndActiveChild))
-            {
-                MDI_AugmentFrameMenu(GetParent(hwnd), child);
-                MDI_UpdateFrameText(GetParent(hwnd), hwnd, TRUE, NULL);
-            }
             return (LRESULT)child;
         }
         return 0;




More information about the wine-cvs mailing list