Alexandre Julliard : server: Split the queuing of hardware messages into a separate send_hardware_message request .
Module: wine Branch: refs/heads/master Commit: d3b3096756fe99260630c619eb73c9ff1343f0e3 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=d3b3096756fe99260630c619... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Aug 9 16:45:26 2006 +0200 server: Split the queuing of hardware messages into a separate send_hardware_message request. --- dlls/user/message.c | 2 - dlls/winex11.drv/keyboard.c | 6 +--- dlls/winex11.drv/mouse.c | 6 +--- include/wine/server_protocol.h | 28 +++++++++++++++-- server/protocol.def | 17 +++++++++- server/queue.c | 65 +++++++++++++++++++++++++++++----------- server/request.h | 2 + server/trace.c | 19 ++++++++++-- 8 files changed, 105 insertions(+), 40 deletions(-) Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=d3b3096756fe99260630...
participants (1)
-
Alexandre Julliard