30 Jun
2025
30 Jun
'25
8:54 p.m.
On Fri Jun 27 08:40:32 2025 +0000, Nikolay Sivov wrote:
I see, so validating header rect reduces following erase region and preserves rendered header? Yes. Normally, the original header implementation uses BeginPaint() when handling WM_PAINT, which automatically removes the update region. In this case, an application subclasses the header class and handles WM_PAINT without validating the update region. Thus, the header region is not preserved after calling BeginPaint(listview).
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8447#note_108180