ChangeSet ID: 10159
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/21 15:30:48
Modified files:
dlls/comctl32 : toolbar.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
Fix some confusion between number of bitmaps and number of buttons in
TOOLBAR_ReplaceBitmap().
Patch: http://cvs.winehq.com/patch.py?id=10159
Old revision New revision Changes Path
1.144 1.145 +13 -7 wine/dlls/comctl32/toolbar.c
ChangeSet ID: 10158
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/21 15:30:20
Modified files:
dlls/comctl32 : treeview.c
Log message:
Huw Davies <huw(a)codeweavers.com>
We need to send TVN_EXPAND* on collapsing either when the user has
initiated it with the mouse/keybaord or in response to a TVM_EXPAND
when the state is not TVIS_EXPANDEDONCE. This brings the logic into
line with TREEVIEW_Expand.
Patch: http://cvs.winehq.com/patch.py?id=10158
Old revision New revision Changes Path
1.133 1.134 +4 -2 wine/dlls/comctl32/treeview.c