Vitaliy Margolen : dinput: Move acquired flag to the base device class. Add tests.
Module: wine Branch: master Commit: f7eacd64d1ce683cfc902da2b0eac3a03cde9567 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f7eacd64d1ce683cfc902da2b0... Author: Vitaliy Margolen <wine-patches(a)kievinfo.com> Date: Fri Dec 1 10:54:42 2006 -0700 dinput: Move acquired flag to the base device class. Add tests. --- dlls/dinput/device.c | 28 ++++++++++++++++++++++++++++ dlls/dinput/device_private.h | 3 +++ dlls/dinput/joystick_linux.c | 23 ++++++++--------------- dlls/dinput/keyboard.c | 36 ++++++++++++++++-------------------- dlls/dinput/mouse.c | 23 ++++++++--------------- dlls/dinput/tests/joystick.c | 8 ++++++++ dlls/dinput/tests/keyboard.c | 4 ++++ dlls/dinput/tests/mouse.c | 33 ++++++++++++++++++++++++++++----- 8 files changed, 103 insertions(+), 55 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f7eacd64d1ce683cfc902d...
participants (1)
-
Alexandre Julliard