mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 08:23:01 +00:00
[IEFRAME] Sync with Wine Staging 1.9.16. CORE-11866
svn path=/trunk/; revision=72283
This commit is contained in:
parent
66863bf8c5
commit
6bc8a14ac1
2 changed files with 2 additions and 3 deletions
|
@ -53,8 +53,7 @@ static void adjust_ie_docobj_rect(HWND frame, RECT* rc)
|
||||||
HWND hwndStatus = GetDlgItem(frame, IDC_BROWSE_STATUSBAR);
|
HWND hwndStatus = GetDlgItem(frame, IDC_BROWSE_STATUSBAR);
|
||||||
INT barHeight = SendMessageW(hwndRebar, RB_GETBARHEIGHT, 0, 0);
|
INT barHeight = SendMessageW(hwndRebar, RB_GETBARHEIGHT, 0, 0);
|
||||||
|
|
||||||
rc->top += barHeight;
|
InflateRect(rc, 0, -barHeight);
|
||||||
rc->bottom -= barHeight;
|
|
||||||
|
|
||||||
if(IsWindowVisible(hwndStatus))
|
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/hnetcfg # Synced to WineStaging-1.9.11
|
||||||
reactos/dll/win32/httpapi # 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/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/imaadp32.acm # Synced to WineStaging-1.9.11
|
||||||
reactos/dll/win32/imagehlp # 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
|
reactos/dll/win32/imm32 # Synced to Wine-1.7.27
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue