ChangeSet ID: 16862
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/27 11:51:30
Modified files:
windows : winpos.c nonclient.c
Log message:
Ulrich Czekalla <ulrich(a)codeweavers.com>
When computing nonclient area take into consideration that a child
windows with the WS_POPUP style can have a menu bar.
Patch: http://cvs.winehq.org/patch.py?id=16862
Old revision New revision Changes Path
1.169 1.170 +1 -1 wine/windows/winpos.c
1.137 1.138 +2 -2 wine/windows/nonclient.c
ChangeSet ID: 16861
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/25 14:58:29
Modified files:
include : gdi.h
dlls/gdi : gdiobj.c gdi_private.h dc.c
Log message:
Explicitly store the stack of saved DCs in the DC structure instead of
using the 16-bit hNext field in the object header.
Patch: http://cvs.winehq.org/patch.py?id=16861
Old revision New revision Changes Path
1.98 1.99 +0 -1 wine/include/gdi.h
1.7 1.8 +3 -14 wine/dlls/gdi/gdiobj.c
1.20 1.21 +1 -0 wine/dlls/gdi/gdi_private.h
1.6 1.7 +12 -9 wine/dlls/gdi/dc.c