Rémi Bernon : winebus.sys: Move device vtable to the struct unix_device side.
Module: wine Branch: master Commit: 4366cba6e68d248fc4ebd5765280bd9a83dcee04 URL: https://source.winehq.org/git/wine.git/?a=commit;h=4366cba6e68d248fc4ebd5765... Author: Rémi Bernon <rbernon(a)codeweavers.com> Date: Fri Sep 3 09:30:49 2021 +0200 winebus.sys: Move device vtable to the struct unix_device side. And name the callbacks a bit more consistently. Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/winebus.sys/bus.h | 19 +----- dlls/winebus.sys/bus_iohid.c | 61 ++++++++--------- dlls/winebus.sys/bus_sdl.c | 53 ++++++++------- dlls/winebus.sys/bus_udev.c | 108 +++++++++++++++++------------- dlls/winebus.sys/main.c | 120 ++++++++++++++++++++++++++++----- dlls/winebus.sys/unix_private.h | 13 ++++ dlls/winebus.sys/unixlib.c | 144 +++++++++++++++++++++++++++++++--------- dlls/winebus.sys/unixlib.h | 44 ++++++++++++ 8 files changed, 390 insertions(+), 172 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=4366cba6e68d248fc4ebd...
participants (1)
-
Alexandre Julliard