From 2b65c48e2d31ff7d53987d2041774c3170a9d876 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Thu, 18 Aug 2016 10:05:18 +0000 Subject: [PATCH] [HHCTRL.OCX] Sync with Wine Staging 1.9.16. CORE-11866 svn path=/trunk/; revision=72279 --- reactos/dll/win32/hhctrl.ocx/help.c | 5 +---- reactos/media/doc/README.WINE | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/reactos/dll/win32/hhctrl.ocx/help.c b/reactos/dll/win32/hhctrl.ocx/help.c index 17f1eecf7bb..3f3d2ffe518 100644 --- a/reactos/dll/win32/hhctrl.ocx/help.c +++ b/reactos/dll/win32/hhctrl.ocx/help.c @@ -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) diff --git a/reactos/media/doc/README.WINE b/reactos/media/doc/README.WINE index 9fdc60d3f36..84cacc86b49 100644 --- a/reactos/media/doc/README.WINE +++ b/reactos/media/doc/README.WINE @@ -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