mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[HHCTRL.OCX] Sync with Wine Staging 1.9.16. CORE-11866
svn path=/trunk/; revision=72279
This commit is contained in:
parent
ea1e7ebddb
commit
2b65c48e2d
2 changed files with 2 additions and 5 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue