Ken Thomases : winemac: Don't export/import CF_TEXT or CF_OEMTEXT to/ from Mac-native data types.

Alexandre Julliard julliard at winehq.org
Mon Oct 24 15:57:54 CDT 2016


Module: wine
Branch: master
Commit: 8b75e66a5b27082610725553e048da2c079b79d8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8b75e66a5b27082610725553e048da2c079b79d8

Author: Ken Thomases <ken at codeweavers.com>
Date:   Sun Oct 23 13:03:25 2016 -0500

winemac: Don't export/import CF_TEXT or CF_OEMTEXT to/from Mac-native data types.

The relevant Mac-native types, public.utf16-plain-text and public.utf8-plain-text,
are handled by CF_UNICODETEXT and user32 handles the synthesis of CF_TEXT and
CF_OEMTEXT from that.

CF_TEXT and CF_OEMTEXT are still exported and imported with a Wine-specific
type to preserve cross-prefix copy/paste fidelity.

Signed-off-by: Ken Thomases <ken at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winemac.drv/clipboard.c | 275 +++++++++----------------------------------
 1 file changed, 55 insertions(+), 220 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=8b75e66a5b27082610725553e048da2c079b79d8



More information about the wine-cvs mailing list