[PATCH 2/6] winemac: Add WineEventQueue class for conveying events from Cocoa to Wine threads.

Ken Thomases ken at codeweavers.com
Mon Jan 21 00:07:51 CST 2013


---
dlls/winemac.drv/Makefile.in    |    1 +
dlls/winemac.drv/cocoa_app.h    |   10 ++
dlls/winemac.drv/cocoa_app.m    |   39 ++++++
dlls/winemac.drv/cocoa_event.h  |   36 +++++
dlls/winemac.drv/cocoa_event.m  |  283 +++++++++++++++++++++++++++++++++++++++
dlls/winemac.drv/macdrv_cocoa.h |   23 +++
6 files changed, 392 insertions(+), 0 deletions(-)
create mode 100644 dlls/winemac.drv/cocoa_event.h
create mode 100644 dlls/winemac.drv/cocoa_event.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-winemac-Add-WineEventQueue-class-for-conveying-event.patch
Type: text/x-patch
Size: 13267 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130121/19f7dce8/attachment.bin>


More information about the wine-patches mailing list