ChangeSet ID: 1011127302583134706132114 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 02/01/15 15:41:42
Modified files: dlls/comctl32 : commctrl.c dlls/user : user32.spec include : winuser.h windows : input.c
Log message: Rein Klazes rklazes@xs4all.nl Move the implementation of comctl32._TrackMouseEvent to user32.TrackMouseEvent and call this function in accordance with the specs.
Patch: http://cvs.winehq.com/patch.py?id=1011127302583134706132114
Revision Changes Path 1.47 +3 -215 wine/dlls/comctl32/commctrl.c 1.40 +1 -1 wine/dlls/user/user32.spec 1.130 +19 -0 wine/include/winuser.h 1.72 +245 -0 wine/windows/input.c