From 6bc8a14ac1adaac79efc86de91cfc350de3e7a7c Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Thu, 18 Aug 2016 10:10:30 +0000 Subject: [PATCH] [IEFRAME] Sync with Wine Staging 1.9.16. CORE-11866 svn path=/trunk/; revision=72283 --- reactos/dll/win32/ieframe/iexplore.c | 3 +-- reactos/media/doc/README.WINE | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/reactos/dll/win32/ieframe/iexplore.c b/reactos/dll/win32/ieframe/iexplore.c index c1b4fa3c9c9..a13ba0152f1 100644 --- a/reactos/dll/win32/ieframe/iexplore.c +++ b/reactos/dll/win32/ieframe/iexplore.c @@ -53,8 +53,7 @@ static void adjust_ie_docobj_rect(HWND frame, RECT* rc) HWND hwndStatus = GetDlgItem(frame, IDC_BROWSE_STATUSBAR); INT barHeight = SendMessageW(hwndRebar, RB_GETBARHEIGHT, 0, 0); - rc->top += barHeight; - rc->bottom -= barHeight; + InflateRect(rc, 0, -barHeight); if(IsWindowVisible(hwndStatus)) { diff --git a/reactos/media/doc/README.WINE b/reactos/media/doc/README.WINE index 74d0fe8e394..f607b32bfc8 100644 --- a/reactos/media/doc/README.WINE +++ b/reactos/media/doc/README.WINE @@ -74,7 +74,7 @@ reactos/dll/win32/hlink # Synced to WineStaging-1.9.16 reactos/dll/win32/hnetcfg # Synced to WineStaging-1.9.11 reactos/dll/win32/httpapi # Synced to WineStaging-1.9.11 reactos/dll/win32/iccvid # Synced to WineStaging-1.9.11 -reactos/dll/win32/ieframe # Synced to WineStaging-1.9.11 +reactos/dll/win32/ieframe # Synced to WineStaging-1.9.16 reactos/dll/win32/imaadp32.acm # Synced to WineStaging-1.9.11 reactos/dll/win32/imagehlp # Synced to WineStaging-1.9.11 reactos/dll/win32/imm32 # Synced to Wine-1.7.27