[PATCH 10/10] winemac: Put clipboard formats synthesized from other standard clipboard formats at the end of the list.

Ken Thomases ken at codeweavers.com
Fri Nov 22 04:31:48 CST 2013


The user32 clipboard tests show that this is how Windows does it.  Adding
CF_TEXT, CF_ENHMETAFILE yields CF_TEXT, CF_ENHMETAFILE, CF_OEMTEXT,
CF_UNICODETEXT, CF_METAFILEPICT not CF_TEXT, CF_OEMTEXT, CF_UNICODETEXT,
CF_ENHMETAFILE, CF_METAFILEPICT.
---
dlls/winemac.drv/clipboard.c | 77 +++++++++++++++++++++++++++++++++++++-------
1 file changed, 65 insertions(+), 12 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0010-winemac-Put-clipboard-formats-synthesized-from-other.patch
Type: text/x-patch
Size: 5535 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20131122/eee385b8/attachment.bin>


More information about the wine-patches mailing list