ChangeSet ID: 5696
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/09 22:01:11
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
No need to go through the heavy duty rect computation when in OWNERDRAW.
Patch: http://cvs.winehq.com/patch.py?id=5696
Old revision New revision Changes Path
1.192 1.193 +13 -4 wine/dlls/comctl32/listview.c
ChangeSet ID: 5694
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/09 21:58:47
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Factor out the computation of item position, so it can be used
independently of the rectangles.
Patch: http://cvs.winehq.com/patch.py?id=5694
Old revision New revision Changes Path
1.190 1.191 +59 -34 wine/dlls/comctl32/listview.c