ChangeSet ID: 6953 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/01/08 13:56:31
Modified files: windows : message.c server : trace.c request.h queue.c protocol.def include/wine : server_protocol.h dlls/user : user.exe.spec msg16.c message.c
Log message: Store the keyboard state in the thread input structure on the server side.
Patch: http://cvs.winehq.com/patch.py?id=6953
Old revision New revision Changes Path 1.151 1.152 +7 -158 wine/windows/message.c 1.148 1.149 +26 -0 wine/server/trace.c 1.79 1.80 +4 -0 wine/server/request.h 1.32 1.33 +111 -5 wine/server/queue.c 1.54 1.55 +15 -0 wine/server/protocol.def 1.53 1.54 +33 -1 wine/include/wine/server_protocol.h 1.9 1.10 +2 -2 wine/dlls/user/user.exe.spec 1.19 1.20 +27 -0 wine/dlls/user/msg16.c 1.32 1.33 +66 -0 wine/dlls/user/message.c