Commit 678f0869 authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard

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

parent 36343f52
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment