Module: wine Branch: master Commit: 01227ab26700c5aee85952621d45068c96fcc9d8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=01227ab26700c5aee85952621d...
Author: Ken Thomases ken@codeweavers.com Date: Mon Mar 16 18:43:49 2015 -0500
winejoystick: Separate Linux-specific code into a separate file.
---
dlls/winejoystick.drv/Makefile.in | 3 +- dlls/winejoystick.drv/joystick.c | 513 ++------------------------------- dlls/winejoystick.drv/joystick.h | 34 +++ dlls/winejoystick.drv/joystick_linux.c | 490 +++++++++++++++++++++++++++++++ 4 files changed, 547 insertions(+), 493 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=01227ab26700c5aee85952...