ChangeSet ID: 13652
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/06 16:26:25
Modified files:
dlls/comctl32 : toolbar.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Obey TBCDRF_NOOFFSET for the button text.
- Make anchor highlighting behave more like native version.
- Don't recalculate toolbar in TOOLBAR_Unkwn460.
- Obey WM_SETREDRAW for the WM_ERASEBKGND message as well as
WM_PAINT.
Patch: http://cvs.winehq.org/patch.py?id=13652
Old revision New revision Changes Path
1.189 1.190 +27 -15 wine/dlls/comctl32/toolbar.c
ChangeSet ID: 13651
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/06 16:26:03
Modified files:
dlls/dinput : device.c
Log message:
Robert Reif <reif(a)earthlink.net>
When actual offset doesn't match the specified offset, use the actual
offset.
Patch: http://cvs.winehq.org/patch.py?id=13651
Old revision New revision Changes Path
1.19 1.20 +12 -4 wine/dlls/dinput/device.c