ChangeSet ID: 6184
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/11/06 15:57:50
Modified files:
controls : menu.c
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Remove ERR() if menu entry isn't of type MF_STRING as some
applications set flags of MT_SEPARATOR and erroneous errors are
produced. Add a couple of comments.
Patch: http://cvs.winehq.com/patch.py?id=6184
Old revision New revision Changes Path
1.151 1.152 +4 -4 wine/controls/menu.c
ChangeSet ID: 6181
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/11/06 15:56:32
Modified files:
windows : sysmetrics.c
Log message:
Francois Gouget <fgouget(a)free.fr>
Compute SM_CYMAXIMIZED purely based on the screen height until we know
how to take into account 'start menus' correctly.
Patch: http://cvs.winehq.com/patch.py?id=6181
Old revision New revision Changes Path
1.30 1.31 +4 -8 wine/windows/sysmetrics.c