Module: wine Branch: master Commit: 6b2b3e69f734afcfe02571eb248cd0bf74109d55 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6b2b3e69f734afcfe02571eb24...
Author: Ken Thomases ken@codeweavers.com Date: Sun Mar 10 22:58:03 2013 -0500
winemac: Implement CountClipboardFormats() with support for text formats.
---
dlls/winemac.drv/Makefile.in | 2 + dlls/winemac.drv/clipboard.c | 673 ++++++++++++++++++++++++++++++++++++ dlls/winemac.drv/cocoa_clipboard.m | 52 +++ dlls/winemac.drv/macdrv.h | 2 + dlls/winemac.drv/macdrv_cocoa.h | 4 + dlls/winemac.drv/macdrv_main.c | 2 + dlls/winemac.drv/winemac.drv.spec | 1 + 7 files changed, 736 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6b2b3e69f734afcfe02571...