Ken Thomases : winemac: Add WineEventQueue class for conveying events from Cocoa to Wine threads.

Alexandre Julliard julliard at winehq.org
Mon Jan 21 13:52:23 CST 2013


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

Author: Ken Thomases <ken at codeweavers.com>
Date:   Mon Jan 21 00:07:51 2013 -0600

winemac: Add WineEventQueue class for conveying events from Cocoa to Wine threads.

---

 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(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=3c995bb682966aa07728a3174b137076e8da12bb



More information about the wine-cvs mailing list