ChangeSet ID: 5971
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/23 17:32:25
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Fix thinko that slipped in with the prev patch (reenables refresh).
Mark a few things that needs looking at.
Small cleanup.
Patch: http://cvs.winehq.com/patch.py?id=5971
Old revision New revision Changes Path
1.297 1.298 +4 -6 wine/dlls/comctl32/listview.c
ChangeSet ID: 5963
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/23 17:25:10
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Do not callback to the parent for lParam when in LVS_OWNERDATA.
Docs update.
Patch: http://cvs.winehq.com/patch.py?id=5963
Old revision New revision Changes Path
1.289 1.290 +13 -5 wine/dlls/comctl32/listview.c