Ken Thomases : winemac: Support CFSTR_SHELLURLW (UniformResourceLocator) clipboard format, mapped to public.url.

Alexandre Julliard julliard at winehq.org
Tue Mar 26 15:11:12 CDT 2013


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

Author: Ken Thomases <ken at codeweavers.com>
Date:   Tue Mar 26 00:48:02 2013 -0500

winemac: Support CFSTR_SHELLURLW (UniformResourceLocator) clipboard format, mapped to public.url.

---

 dlls/winemac.drv/clipboard.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/winemac.drv/clipboard.c b/dlls/winemac.drv/clipboard.c
index 81b4c34..6dfb2a2 100644
--- a/dlls/winemac.drv/clipboard.c
+++ b/dlls/winemac.drv/clipboard.c
@@ -208,6 +208,7 @@ static const struct
     { wszJFIF,              CFSTR("public.jpeg"),                           import_clipboard_data,          export_clipboard_data },
     { wszPNG,               CFSTR("public.png"),                            import_clipboard_data,          export_clipboard_data },
     { wszHTMLFormat,        CFSTR("public.html"),                           import_clipboard_data,          export_clipboard_data },
+    { CFSTR_SHELLURLW,      CFSTR("public.url"),                            import_utf8_to_text,            export_text_to_utf8 },
 };
 
 /* The prefix prepended to an external Mac pasteboard type to make a Win32 clipboard format name. org.winehq.mac-type. */




More information about the wine-cvs mailing list