ChangeSet ID: 1003441139770670606289059 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/10/18 17:38:59
Modified files: dlls/ttydrv : ttydrv.h ttydrv.spec user.c dlls/user : mouse.c mouse.spec user_main.c dlls/x11drv : Makefile.in window.c x11drv.spec include : user.h x11drv.h windows : input.c windows/x11drv : Makefile.in event.c keyboard.c Added files: dlls/x11drv : mouse.c Removed files: include : mouse.h windows/x11drv : mouse.c
Log message: Changed X11 mouse driver to use SendInput, and removed WINE_MOUSEEVENT hack. Moved mouse.c to dlls/x11drv. Added KeymapNotify event handler, and fixed handling with multiple alt/shift/control keys. Removed dinput functions from USER driver.
Patch: http://cvs.winehq.com/patch.py?id=1003441139770670606289059
Revision Changes Path 1.13 +0 -1 wine/dlls/ttydrv/ttydrv.h 1.18 +0 -4 wine/dlls/ttydrv/ttydrv.spec 1.10 +0 -31 wine/dlls/ttydrv/user.c 1.8 +8 -19 wine/dlls/user/mouse.c 1.5 +1 -1 wine/dlls/user/mouse.spec 1.35 +2 -4 wine/dlls/user/user_main.c 1.15 +1 -0 wine/dlls/x11drv/Makefile.in 1.27 +1 -1 wine/dlls/x11drv/window.c 1.24 +0 -2 wine/dlls/x11drv/x11drv.spec 1.1 +0 -0 wine/dlls/x11drv/mouse.c 1.32 +5 -9 wine/include/user.h 1.93 +0 -11 wine/include/x11drv.h 1.69 +67 -79 wine/windows/input.c 1.11 +1 -2 wine/windows/x11drv/Makefile.in 1.112 +19 -246 wine/windows/x11drv/event.c 1.100 +115 -195 wine/windows/x11drv/keyboard.c