- Add a lot of traces to make debugging a bit easier.
commit199247672caf5909dc8cdb5b275f2fe1bb9030e1
authorDmitry Timoshkov <dmitry@codeweavers.com>
Mon, 1 Mar 2004 23:38:25 +0000 (1 23:38 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 1 Mar 2004 23:38:25 +0000 (1 23:38 +0000)
treeba1ec757a3cf171919c1397a45ffd5204e9947b4
parente9ed2f310850cb46c0d0a4c31953045843bd8bd6
- 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.
dlls/msvideo/mciwnd.c
dlls/winmm/mciavi/mciavi.c
dlls/winmm/mciavi/mmoutput.c
dlls/winmm/mciavi/private_mciavi.h
dlls/winmm/mciavi/wnd.c