ChangeSet ID: 13863
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/21 15:05:35
Modified files:
dlls/comctl32 : hotkey.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Status update.
- Should create HOTKEY_INFO storage in WM_NCCREATE rather than in
WM_CREATE so that we can also add the WS_EX_CLIENTEDGE style.
- Remove code that draws the client edge; it is already drawn by
DefWindowProc.
Patch: http://cvs.winehq.org/patch.py?id=13863
Old revision New revision Changes Path
1.29 1.30 +36 -23 wine/dlls/comctl32/hotkey.c
ChangeSet ID: 13859
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/21 15:04:24
Modified files:
dlls/d3d8 : directx.c
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
Don't hide and restore the window when changing it to be a popup
style.
Patch: http://cvs.winehq.org/patch.py?id=13859
Old revision New revision Changes Path
1.75 1.76 +0 -2 wine/dlls/d3d8/directx.c
ChangeSet ID: 13858
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/21 15:04:10
Modified files:
windows : mdi.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
Fix WM_MDIREFRESHMENU for the case when separator is at the position
0.
Patch: http://cvs.winehq.org/patch.py?id=13858
Old revision New revision Changes Path
1.133 1.134 +19 -16 wine/windows/mdi.c