[HHCTRL.OCX] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72279
This commit is contained in:
Amine Khaldi 2016-08-18 10:05:18 +00:00
parent ea1e7ebddb
commit 2b65c48e2d
2 changed files with 2 additions and 5 deletions

View file

@ -405,10 +405,7 @@ static void SB_GetSizeBarRect(HHInfo *info, RECT *rc)
GetClientRect(info->WinType.hwndToolBar, &rectTB);
GetClientRect(info->WinType.hwndNavigation, &rectNP);
rc->left = rectNP.right;
rc->top = rectTB.bottom;
rc->bottom = rectWND.bottom - rectTB.bottom;
rc->right = SIZEBAR_WIDTH;
SetRect(rc, rectNP.right, rectTB.bottom, SIZEBAR_WIDTH, rectWND.bottom - rectTB.bottom);
}
static BOOL HH_AddSizeBar(HHInfo *pHHInfo)

View file

@ -69,7 +69,7 @@ reactos/dll/win32/faultrep # Synced to WineStaging-1.9.11
reactos/dll/win32/fontsub # Synced to WineStaging-1.9.13
reactos/dll/win32/fusion # Synced to WineStaging-1.9.11
reactos/dll/win32/gdiplus # Synced to WineStaging-1.9.11
reactos/dll/win32/hhctrl.ocx # Synced to WineStaging-1.9.11
reactos/dll/win32/hhctrl.ocx # Synced to WineStaging-1.9.16
reactos/dll/win32/hlink # 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