19 Oct
2002
19 Oct
'02
1:18 a.m.
ChangeSet ID: 5850 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2002/10/18 19:18:11 Modified files: dlls/comctl32 : listview.c Log message: Dimitrie O. Paun <dpaun(a)rogers.com> Keep track of per-column information inside the listview. Cache header rectangles. Used the cached info instead of calling to the header each time. Update the listview as we track column width changes. Unify column handling between {Insert,Delete}Column, and width changes. Simplify RefreshReport, by using the new column info. Patch: http://cvs.winehq.com/patch.py?id=5850 Old revision New revision Changes Path 1.250 1.251 +193 -155 wine/dlls/comctl32/listview.c