ChangeSet ID: 12332
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/05/11 17:17:19
Modified files:
windows : win.c
dlls/user/tests: win.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
- Add a test for GetWindowInfo, it should not check cbSize member of
the WINDOWINFO structure.
- Add tests for window state at the time the system calls
HCBT_CREATEWND (failing under Wine at the moment).
Patch: http://cvs.winehq.org/patch.py?id=12332
Old revision New revision Changes Path
1.239 1.240 +2 -11 wine/windows/win.c
1.23 1.24 +120 -0 wine/dlls/user/tests/win.c
ChangeSet ID: 12328
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/05/10 23:28:35
Modified files:
windows : sysmetrics.c syscolor.c
Log message:
Jake Hamby <jhamby(a)anobject.com>
Several of the registry keys for system colors and system metrics were
incorrect.
Patch: http://cvs.winehq.org/patch.py?id=12328
Old revision New revision Changes Path
1.38 1.39 +11 -11 wine/windows/sysmetrics.c
1.41 1.42 +5 -5 wine/windows/syscolor.c