Re: [2/2] comctl32/listview: Block redrawing entirely after WM_SETREDRAW wParam=FALSE

2009-08-12 Thread Nikolay Sivov
Alexandre Julliard wrote: Nikolay Sivov writes: diff --git a/dlls/comctl32/listview.c b/dlls/comctl32/listview.c index a65d832..9bca376 100644 --- a/dlls/comctl32/listview.c +++ b/dlls/comctl32/listview.c @@ -9740,6 +9740,8 @@ static LRESULT LISTVIEW_Paint(LISTVIEW_INFO *infoPtr, HDC hdc)

Re: [2/2] comctl32/listview: Block redrawing entirely after WM_SETREDRAW wParam=FALSE

2009-08-12 Thread Alexandre Julliard
Nikolay Sivov writes: > diff --git a/dlls/comctl32/listview.c b/dlls/comctl32/listview.c > index a65d832..9bca376 100644 > --- a/dlls/comctl32/listview.c > +++ b/dlls/comctl32/listview.c > @@ -9740,6 +9740,8 @@ static LRESULT LISTVIEW_Paint(LISTVIEW_INFO *infoPtr, > HDC hdc) > { > TRACE("(