Alexandre Julliard : user32: Retrieve clipboard data from the server.
Module: wine Branch: master Commit: 3044935b0e8fb76ea2b223418e35f392422e0a67 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3044935b0e8fb76ea2b223418e... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Sep 26 14:19:28 2016 +0900 user32: Retrieve clipboard data from the server. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/user32/clipboard.c | 131 ++++++++++++++++++++++++++++------------- dlls/user32/tests/clipboard.c | 56 +++++++++--------- include/wine/server_protocol.h | 20 ++++++- server/clipboard.c | 25 ++++++++ server/protocol.def | 10 ++++ server/request.h | 7 +++ server/trace.c | 15 +++++ 7 files changed, 195 insertions(+), 69 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3044935b0e8fb76ea2b223...
participants (1)
-
Alexandre Julliard