ChangeSet ID: 11304 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/03/01 17:38:25
Modified files: dlls/winmm/mciavi: wnd.c private_mciavi.h mmoutput.c mciavi.c dlls/msvideo : mciwnd.c
Log message: Dmitry Timoshkov dmitry@codeweavers.com - Add a lot of traces to make debugging a bit easier. - Add support for MCIWNDF_NOAUTOSIZEMOVIE, MCIWNDF_NOAUTOSIZEWINDOW and MCIWNDF_NOERRORDLG flags in the MCIWndClass implementation. - Implement support for MCI_UPDATE in the MCIAVI driver and use it in the MCIWndClass WM_PAINT handler. - Reimplement MCI_STOP command in the MCIAVI driver via an event. - Add a test preventing the MCIAVI driver to crash after MCI_SEEK behind an end of stream.
Patch: http://cvs.winehq.org/patch.py?id=11304
Old revision New revision Changes Path 1.12 1.13 +3 -4 wine/dlls/winmm/mciavi/wnd.c 1.12 1.13 +2 -1 wine/dlls/winmm/mciavi/private_mciavi.h 1.12 1.13 +37 -37 wine/dlls/winmm/mciavi/mmoutput.c 1.22 1.23 +40 -16 wine/dlls/winmm/mciavi/mciavi.c 1.18 1.19 +92 -10 wine/dlls/msvideo/mciwnd.c