From ef848a8f68d3f26c33582c1907b520540717d732 Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Wed, 30 Jul 2008 10:11:09 +0000 Subject: [PATCH] Remove a change from our diff file for comctl32, which is in Wine HEAD as well. See issue #2843 for more details. svn path=/trunk/; revision=34948 --- reactos/dll/win32/comctl32/comctl32_ros.diff | 9 --------- 1 file changed, 9 deletions(-) diff --git a/reactos/dll/win32/comctl32/comctl32_ros.diff b/reactos/dll/win32/comctl32/comctl32_ros.diff index c25767a938a..7011e3848b2 100644 --- a/reactos/dll/win32/comctl32/comctl32_ros.diff +++ b/reactos/dll/win32/comctl32/comctl32_ros.diff @@ -134,12 +134,3 @@ Index: treeview.c if (infoPtr->cdmode & CDRF_NOTIFYPOSTPAINT) infoPtr->cdmode = TREEVIEW_SendCustomDrawNotify(infoPtr, CDDS_POSTPAINT, hdc, rect); -@@ -3209,7 +3207,7 @@ - { - scrollRect.top = nextItem->rect.top; - -- ScrollWindowEx (infoPtr->hwnd, 0, scrollDist, &scrollRect, NULL, -+ ScrollWindowEx (infoPtr->hwnd, 0, scrollDist, &scrollRect, &scrollRect, - NULL, NULL, SW_ERASE | SW_INVALIDATE); - TREEVIEW_Invalidate(infoPtr, wineItem); - } else {