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:
parent
6a0408be68
commit
89fced63b8
@ -16,6 +16,7 @@
|
||||
*/
|
||||
|
||||
#import "additions.h"
|
||||
#include "osdep/macosx_compat.h"
|
||||
|
||||
@implementation NSScreen (mpvadditions)
|
||||
- (BOOL)hasDock
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user