ChangeSet ID: 5751
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/11 12:59:39
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Remove support for owner drawn listviews in non-REPORT mode. We need
to do this since Windows supports owner draw *only* in report mode,
and hence apps are not prepared to handle drawing in other modes.
Patch: http://cvs.winehq.com/patch.py?id=5751
Old revision New revision Changes Path
1.218 1.219 +34 -37 wine/dlls/comctl32/listview.c
ChangeSet ID: 5749
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/11 12:58:12
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Make use of the new GetItemMetrics in HitTest, to avoid code
duplication.
Patch: http://cvs.winehq.com/patch.py?id=5749
Old revision New revision Changes Path
1.216 1.217 +27 -40 wine/dlls/comctl32/listview.c