24 Mar
2005
24 Mar
'05
3:08 p.m.
ChangeSet ID: 16822 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2005/03/24 09:08:28 Modified files: dlls/dinput : mouse.c keyboard.c Log message: Raphael Junqueira <fenix(a)club-internet.fr> - use WINE_DINPUT_KEYBOARD_MAX_KEYS instead hard-coded 256 value - better use of critical section - some cleanup to better understand code paths - logic correction on SetWindowsHookExA/UnhookWindowsHookEx on keyboard. Patch: http://cvs.winehq.org/patch.py?id=16822 Old revision New revision Changes Path 1.19 1.20 +71 -68 wine/dlls/dinput/mouse.c 1.15 1.16 +108 -94 wine/dlls/dinput/keyboard.c