cocoa: ignore first file open events from command line

similar to some of the code deleted in 685b8b7a but simpler
This commit is contained in:
Stefano Pigozzi
2014-12-07 21:39:26 +01:00
parent fab64fd3cf
commit fc7731983e
2 changed files with 9 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
@property(nonatomic, retain) NSMutableDictionary *menuItems;
@property(nonatomic, retain) NSArray *files;
@property(nonatomic, assign) size_t openCount;
@end
Application *mpv_shared_app(void);