[PATCH 1/2] winejoystick: Separate Linux-specific code into a separate file.

Ken Thomases ken at codeweavers.com
Mon Mar 16 18:43:49 CDT 2015


---
dlls/winejoystick.drv/Makefile.in      |   1 +
dlls/winejoystick.drv/joystick.c       | 511 ++-------------------------------
dlls/winejoystick.drv/joystick.h       |  34 +++
dlls/winejoystick.drv/joystick_linux.c | 490 +++++++++++++++++++++++++++++++
4 files changed, 545 insertions(+), 491 deletions(-)
create mode 100644 dlls/winejoystick.drv/joystick.h
create mode 100644 dlls/winejoystick.drv/joystick_linux.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-winejoystick-Separate-Linux-specific-code-into-a-sep.patch
Type: text/x-patch
Size: 33401 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150316/0c58d87d/attachment-0001.bin>


More information about the wine-patches mailing list