ChangeSet ID: 17089
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/04/15 09:08:39
Modified files:
dlls/comctl32 : datetime.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Use SetWindowPos to move the buddy window into position instead of
destroying it and recreating it at the new position.
- Clear the background in WM_VSCROLL to avoid problems with
antialiased text drawing on top of itself multiple times.
Patch: http://cvs.winehq.org/patch.py?id=17089
Old revision New revision Changes Path
1.55 1.56 +5 -7 wine/dlls/comctl32/datetime.c
ChangeSet ID: 17083
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/04/14 08:56:29
Modified files:
dlls/user : menu.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
Recalculate the menu on calling ModifyMenu so that the menu items are
shown at the correct width.
Patch: http://cvs.winehq.org/patch.py?id=17083
Old revision New revision Changes Path
1.24 1.25 +1 -0 wine/dlls/user/menu.c