mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
cocoa: remove usage of mp_fifo
Update Cocoa parts to remove usage of the mp_fifo internal API to send events to the core and use the input context directly. This is to follow commits the work in commits70a8079candd603e73c.
This commit is contained in:
@@ -43,7 +43,6 @@ struct cocoa_input_queue;
|
||||
- (void)stopPlayback;
|
||||
|
||||
@property(nonatomic, assign) struct input_ctx *inputContext;
|
||||
@property(nonatomic, assign) struct mp_fifo *keyFIFO;
|
||||
@property(nonatomic, retain) InputQueue *iqueue;
|
||||
@property(nonatomic, retain) EventsResponder *eventsResponder;
|
||||
@property(nonatomic, retain) NSMutableDictionary *menuItems;
|
||||
|
||||
Reference in New Issue
Block a user