ChangeSet ID: 8743 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/07/11 16:55:59
Modified files: server : user.h trace.c queue.c protocol.def hook.c include/wine : server_protocol.h include : user.h dlls/user : message.h message.c hook.c
Log message: Run WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context of the thread that set the hook.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8743
Old revision New revision Changes Path 1.15 1.16 +1 -0 wine/server/user.h 1.172 1.173 +4 -0 wine/server/trace.c 1.40 1.41 +1 -0 wine/server/queue.c 1.75 1.76 +4 -0 wine/server/protocol.def 1.8 1.9 +65 -9 wine/server/hook.c 1.75 1.76 +5 -1 wine/include/wine/server_protocol.h 1.53 1.54 +3 -1 wine/include/user.h 1.1 1.2 +3 -2 wine/dlls/user/message.h 1.40 1.41 +60 -0 wine/dlls/user/message.c 1.7 1.8 +80 -22 wine/dlls/user/hook.c