Sync to Wine-20050111:
authorGé van Geldorp <ge@gse.nl>
Tue, 11 Jan 2005 23:11:18 +0000 (23:11 +0000)
committerGé van Geldorp <ge@gse.nl>
Tue, 11 Jan 2005 23:11:18 +0000 (23:11 +0000)
commiteabf3955a82727f26c762c0ccf25c3737ed361e2
treed4d15ede992139aa06e3289fb383cfb2c7b17cce
parent85527b3aaa76a40b95fa7e0b787674817b4fa913
Sync to Wine-20050111:
Michael Stefaniuc <mstefani@redhat.de>
- Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
Christian Costa <titan.costa@wanadoo.fr>
- Handle device class in DX8 enumeration (found by Robert Reif).
- Fixed remaining DX8 device types.
- Factorized a bit GetCapabilities for keyboard and mouse.
- Fixed enumeration of joysticks in DX8.
- Fixed some traces.
Francois Gouget <fgouget@free.fr>
- Assorted spelling fixes.
Neil Olver <olver@math.mcgill.ca>
- The flag for a mouse button down in the structure returned by
GetDeviceState should be 0x80 (only the high bit set), not 0xff.

svn path=/trunk/; revision=12937
reactos/lib/dinput/dinput_main.c
reactos/lib/dinput/joystick_linux.c
reactos/lib/dinput/joystick_linuxinput.c
reactos/lib/dinput/keyboard.c
reactos/lib/dinput/mouse.c