ChangeSet ID: 16522 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/03/09 10:45:23
Modified files: windows : input.c include : win.h dlls/x11drv : x11drv_main.c x11drv.spec x11drv.h mouse.c keyboard.c event.c dlls/user : user_private.h user_main.c
Log message: Moved SendInput and related functions to the USER driver to avoid a number of dll separation hacks.
Patch: http://cvs.winehq.org/patch.py?id=16522
Old revision New revision Changes Path 1.104 1.105 +18 -308 wine/windows/input.c 1.93 1.94 +0 -4 wine/include/win.h 1.99 1.100 +2 -0 wine/dlls/x11drv/x11drv_main.c 1.62 1.63 +8 -8 wine/dlls/x11drv/x11drv.spec 1.53 1.54 +138 -133 wine/dlls/x11drv/x11drv.h 1.19 1.20 +213 -63 wine/dlls/x11drv/mouse.c 1.68 1.69 +142 -34 wine/dlls/x11drv/keyboard.c 1.51 1.52 +29 -0 wine/dlls/x11drv/event.c 1.5 1.6 +10 -12 wine/dlls/user/user_private.h 1.77 1.78 +8 -14 wine/dlls/user/user_main.c