Module: wine Branch: master Commit: 01d3527065e6f29997eb0ec88e36aeeecbf8ff76 URL: https://source.winehq.org/git/wine.git/?a=commit;h=01d3527065e6f29997eb0ec88...
Author: Rémi Bernon rbernon@codeweavers.com Date: Fri Aug 6 17:08:55 2021 +0200
xinput1_3: Merge hid.c and xinput_main.c into main.c.
It doesn't seem very useful to keep things separate, the files are pretty much dependent from each other anyway and it's only 1k LoC.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/xinput1_1/Makefile.in | 3 +- dlls/xinput1_2/Makefile.in | 3 +- dlls/xinput1_3/Makefile.in | 3 +- dlls/xinput1_3/hid.c | 510 ---------------------- dlls/xinput1_3/main.c | 935 ++++++++++++++++++++++++++++++++++++++++ dlls/xinput1_3/xinput_main.c | 470 -------------------- dlls/xinput1_3/xinput_private.h | 37 -- dlls/xinput1_4/Makefile.in | 3 +- dlls/xinput9_1_0/Makefile.in | 3 +- 9 files changed, 940 insertions(+), 1027 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=01d3527065e6f29997eb0...