[PATCH 4/5] winemac: Add a delivery limit to events.

Ken Thomases ken at codeweavers.com
Wed Apr 3 18:56:41 CDT 2013


Some events are application-wide, not specific to a thread.  Such an event
needs to be broadcast to all GUI-attached threads because we don't know which
are handling events, but we don't want the event to be processed in each.
Often it should only be processed by the first to pull it from its queue.
---
dlls/winemac.drv/cocoa_app.m    |    7 +++++++
dlls/winemac.drv/cocoa_event.m  |   30 ++++++++++++++++++------------
dlls/winemac.drv/macdrv_cocoa.h |    1 +
3 files changed, 26 insertions(+), 12 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-winemac-Add-a-delivery-limit-to-events.patch
Type: text/x-patch
Size: 3139 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130403/c9ea370e/attachment.bin>


More information about the wine-patches mailing list