Module: wine Branch: master Commit: c6f12bd9ccd048e27d145371537111935b230242 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c6f12bd9ccd048e27d14537153...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Aug 30 16:33:04 2016 +0900
server: Notify all listeners when the contents of the clipboard have changed.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/user32/clipboard.c | 2 +- dlls/user32/tests/clipboard.c | 207 +++++++++++++++++++++++++++++++++++++----- server/clipboard.c | 46 +++++++--- server/queue.c | 27 ++++++ server/user.h | 2 + 5 files changed, 245 insertions(+), 39 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=c6f12bd9ccd048e27d1453...