Looks good to me. Thank you.
Sunday, March 23, 2003, 10:02:10 AM, you wrote:
On March 22, 2003 04:21 pm, Vitaliy Margolen wrote:
List view should sent LVN_ODCACHEHINT notification before paint when it's virtual list (LVS_OWNERDATA style). We were sending it only in OwnerDraw.
Indeed. Thanks for the patch. I suggest a slightly different patch, that cleansup the duplication. Does this work for you?
ChangeLog Send LVN_ODCACHEHINT notification for LVS_OWNERDATA style in all modes (based on a patch by Vitaliy Margolen).
Index: dlls/comctl32/listview.c
RCS file: /var/cvs/wine/dlls/comctl32/listview.c,v retrieving revision 1.345 diff -u -r1.345 listview.c --- dlls/comctl32/listview.c 15 Mar 2003 00:05:46 -0000 1.345 +++ dlls/comctl32/listview.c 23 Mar 2003 16:54:05 -0000
[snip]