ChangeSet ID: 13924
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/24 19:29:59
Modified files:
windows : nonclient.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
Check in client area before caption area, because the app may have
changed the NC area in WM_NCCALCSIZE.
Patch: http://cvs.winehq.org/patch.py?id=13924
Old revision New revision Changes Path
1.124 1.125 +23 -22 wine/windows/nonclient.c
ChangeSet ID: 13921
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/24 19:28:59
Modified files:
programs/winhelp: winhelp.c
Log message:
Ken Belleau <jamez(a)ivic.qc.ca>
- Removed code that took the focus away from the buttons.
- Make the buttons forward WM_KEYDOWN to their parent.
Patch: http://cvs.winehq.org/patch.py?id=13921
Old revision New revision Changes Path
1.34 1.35 +23 -5 wine/programs/winhelp/winhelp.c