Commit 7a68ae59 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

winemac: Add discardEventsPassingTest to WineEventQueue's interface.

This is called from the status item implementation. Signed-off-by: 's avatarHuw Davies <huw@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 9ea34503
......@@ -53,6 +53,7 @@ enum {
- (void) postEvent:(macdrv_event*)inEvent;
- (void) discardEventsMatchingMask:(macdrv_event_mask)mask forWindow:(NSWindow*)window;
- (void) discardEventsPassingTest:(BOOL (^)(macdrv_event* event))block;
- (BOOL) query:(macdrv_query*)query timeout:(NSTimeInterval)timeout flags:(NSUInteger)flags;
- (BOOL) query:(macdrv_query*)query timeout:(NSTimeInterval)timeout;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment