Huw Davies : winealsa: Move the midi event handlers to the unixlib.

Alexandre Julliard julliard at winehq.org
Thu Mar 24 17:46:44 CDT 2022


Module: wine
Branch: master
Commit: 7494328896f3c5a4e3020fac368ae4a74d470dbf
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=7494328896f3c5a4e3020fac368ae4a74d470dbf

Author: Huw Davies <huw at codeweavers.com>
Date:   Wed Mar 23 08:16:55 2022 +0000

winealsa: Move the midi event handlers to the unixlib.

The MIM_DATA and MIM_LONGDATA notifications are sent via the
notification thread.  The midi_handle_event syscall is temporary.

Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Andrew Eikum <aeikum at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winealsa.drv/alsa.c     |   2 +-
 dlls/winealsa.drv/alsamidi.c | 172 ++++++++++++++++++++++++++++++++++++++++---
 dlls/winealsa.drv/midi.c     | 129 +-------------------------------
 dlls/winealsa.drv/unixlib.h  |   4 +-
 4 files changed, 167 insertions(+), 140 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=7494328896f3c5a4e3020fac368ae4a74d470dbf



More information about the wine-cvs mailing list