Module: wine Branch: master Commit: 8159d4eb99819858b6791436a4b355881d2d965e URL: http://source.winehq.org/git/wine.git/?a=commit;h=8159d4eb99819858b6791436a4...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Mar 22 17:52:23 2010 +0100
server: Add support for storing the cursor and show count in the thread input structure.
---
include/wine/server_protocol.h | 23 +++++++++++++- server/protocol.def | 13 ++++++++ server/queue.c | 65 +++++++++++++++++++++++++++++++++------ server/request.h | 8 +++++ server/trace.c | 17 ++++++++++ 5 files changed, 115 insertions(+), 11 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=8159d4eb99819858b67914...