wine/ dlls/user/user_main.c dlls/x11drv/window ...
ChangeSet ID: 992978202334525382146239 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine2. 01/06/19 15:16:42 Modified files: dlls/user : user_main.c dlls/x11drv : window.c include : queue.h server.h server : queue.c trace.c tools : make_requests windows : input.c message.c queue.c Log message: Moved hardware message queue handling to the server. Patch: http://cvs.winehq.com/patch.py?id=992978202334525382146239 Revision Changes Path 1.24 +0 -5 wine/dlls/user/user_main.c 1.11 +2 -1 wine/dlls/x11drv/window.c 1.27 +2 -7 wine/include/queue.h 1.96 +14 -5 wine/include/server.h 1.8 +146 -69 wine/server/queue.c 1.94 +9 -4 wine/server/trace.c 1.24 +1 -0 wine/tools/make_requests 1.48 +40 -18 wine/windows/input.c 1.108 +432 -673 wine/windows/message.c 1.74 +101 -196 wine/windows/queue.c
participants (1)
-
Alexandre Julliard