• Ken Thomases's avatar
    winemac: Clean up fully-delivered events in queues which aren't being drained. · 761092a2
    Ken Thomases authored
    Some events get queued for all GUI-connected threads but are only processed
    by the first to dequeue them.  Other threads which tend their event queue
    discard such already-processed events.  However, some threads may be
    connected to the GUI but never tend their event queue.  To prevent such
    threads from accumulating zombie events, the zombies are cleared each time a
    new event is queued.
    761092a2
cocoa_event.m 23.3 KB