mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[IEFRAME] Sync with Wine Staging 1.9.16. CORE-11866
svn path=/trunk/; revision=72283
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user