ChangeSet ID: 5632 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/10/04 12:54:22
Modified files: dlls/comctl32 : listview.c
Log message: Dimitrie O. Paun dpaun@rogers.com Fixed large item focus handling for virtual listviews. Since at most _one_ item can have the focus at any time, we can maintain one such rectangle per list, rather than per item. This is both more efficient, and works for LVS_OWNERDATA listviews as well.
Patch: http://cvs.winehq.com/patch.py?id=5632
Old revision New revision Changes Path 1.166 1.167 +13 -98 wine/dlls/comctl32/listview.c