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
ChangeSet ID: 5958
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/23 15:57:13
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Do not crash if callback text is not filled (behave like native).
Render report mode from top to bottom (easier on the eye).
Docs updates, type fixes, more traces.
Patch: http://cvs.winehq.com/patch.py?id=5958
Old revision New revision Changes Path
1.286 1.287 +13 -3 wine/dlls/comctl32/listview.c