Module: wine Branch: master Commit: 02e30f5f77e0aea121137be19c8e5d5a36cd5bf8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=02e30f5f77e0aea121137be19c...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Mar 1 20:33:15 2011 +0100
server: Pass the original hardware input data to the server and set the message parameters on the server side.
---
dlls/winex11.drv/keyboard.c | 36 +++------ dlls/winex11.drv/mouse.c | 18 +++-- include/wine/server_protocol.h | 41 ++++++++-- server/protocol.def | 39 ++++++++-- server/queue.c | 165 ++++++++++++++++++++++++++++++++++------ server/request.h | 11 +-- server/trace.c | 37 ++++++++-- tools/make_requests | 1 + 8 files changed, 267 insertions(+), 81 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=02e30f5f77e0aea121137b...