1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-25 08:12:17 +00:00

cocoa_common: add OS X 10.7 compatibility hacks includes

I forgot these when I split the code. They will hopefully fix compilation on
10.7.
This commit is contained in:
Stefano Pigozzi 2013-10-05 14:39:27 +02:00
parent 6a0408be68
commit 89fced63b8
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@
*/
#import "additions.h"
#include "osdep/macosx_compat.h"
@implementation NSScreen (mpvadditions)
- (BOOL)hasDock

View File

@ -27,6 +27,7 @@
#include "video/out/cocoa/view.h"
#import "video/out/cocoa/mpvadapter.h"
#include "osdep/macosx_compat.h"
#include "osdep/macosx_application.h"
#include "osdep/macosx_events.h"