ChangeSet ID: 15599
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/21 11:03:41
Modified files:
windows : winpos.c
Log message:
Max tracking size in WM_GETMINMAXINFO should take into account the
window frame.
Patch: http://cvs.winehq.org/patch.py?id=15599
Old revision New revision Changes Path
1.163 1.164 +2 -2 wine/windows/winpos.c
ChangeSet ID: 15596
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/21 10:18:38
Modified files:
dlls/comctl32 : status.c
Log message:
Gunnar Dalsnes <hardon(a)online.no>
Ge van Geldorp <gvg(a)reactos.com>
STATUSBAR_SetTextT:
- ntext wasn't freed on return if text was unicode
- part->text was always freed, but if the previous style was
SBT_OWNERDRAW, part->text would contain 32bit data
- free old text if new style is SBT_OWNERDRAW but old style wasn't
Patch: http://cvs.winehq.org/patch.py?id=15596
Old revision New revision Changes Path
1.69 1.70 +10 -5 wine/dlls/comctl32/status.c