[IEFRAME] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72283
This commit is contained in:
Amine Khaldi 2016-08-18 10:10:30 +00:00
parent 66863bf8c5
commit 6bc8a14ac1
2 changed files with 2 additions and 3 deletions

View file

@ -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))
{

View file

@ -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