ChangeSet ID: 16276
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/23 09:40:54
Modified files:
dlls/winmm/wineoss: audio.c
Log message:
Jeremy White <jwhite(a)codeweavers.com>
In calculating the SMPTE time, we would round incorrectly (0:0:4.30
instead of 0:0:5.0 [the last column only goes to 29]).
Patch: http://cvs.winehq.org/patch.py?id=16276
Old revision New revision Changes Path
1.153 1.154 +2 -6 wine/dlls/winmm/wineoss/audio.c
ChangeSet ID: 16271
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/23 06:44:06
Modified files:
dlls/user/tests: msg.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
- Pass original wParam to CallNextHookEx.
- Avoid playing games with focus in a newly created thread, that leads
to all kinds of misbehaviours and failures in window activation
under Windows.
Patch: http://cvs.winehq.org/patch.py?id=16271
Old revision New revision Changes Path
1.73 1.74 +15 -9 wine/dlls/user/tests/msg.c