Module: wine Branch: refs/heads/master Commit: a13245847fcc4e7fd80a89d445e91b76b62f122b URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=a13245847fcc4e7fd80a89d4...
Author: Kevin Koltzau kevin@plop.org Date: Wed Feb 22 13:56:11 2006 -0500
riched20: Add IDataObject implementation and use it for cut/copy.
---
dlls/riched20/Makefile.in | 1 dlls/riched20/clipboard.c | 410 +++++++++++++++++++++++++++++++++++++++++++++ dlls/riched20/editor.c | 63 +------ dlls/riched20/editor.h | 12 + dlls/riched20/editstr.h | 5 - 5 files changed, 437 insertions(+), 54 deletions(-) create mode 100644 dlls/riched20/clipboard.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=a13245847fcc4e7fd80a...