mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-31 11:35:24 +01:00
Lion build fixes
This commit is contained in:
parent
94a7ceb898
commit
ed0e6ba898
@ -3,21 +3,15 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "macglobalshortcutbackend.h"
|
#include "macglobalshortcutbackend.h"
|
||||||
|
|
||||||
#include "3rdparty/SPMediaKeyTap/SPMediaKeyTap.h"
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef HAVE_BREAKPAD
|
#ifdef HAVE_BREAKPAD
|
||||||
#import <Breakpad/Breakpad.h>
|
#import <Breakpad/Breakpad.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
class PlatformInterface;
|
class PlatformInterface;
|
||||||
|
@class SPMediaKeyTap;
|
||||||
|
|
||||||
#ifdef SNOW_LEOPARD
|
|
||||||
@interface AppDelegate :NSObject <NSApplicationDelegate> {
|
@interface AppDelegate :NSObject <NSApplicationDelegate> {
|
||||||
#else
|
|
||||||
@interface AppDelegate :NSObject {
|
|
||||||
#endif
|
|
||||||
PlatformInterface* application_handler_;
|
PlatformInterface* application_handler_;
|
||||||
NSMenu* dock_menu_;
|
NSMenu* dock_menu_;
|
||||||
MacGlobalShortcutBackend* shortcut_handler_;
|
MacGlobalShortcutBackend* shortcut_handler_;
|
||||||
|
@ -36,6 +36,7 @@
|
|||||||
|
|
||||||
#import <QuartzCore/CALayer.h>
|
#import <QuartzCore/CALayer.h>
|
||||||
|
|
||||||
|
#import "3rdparty/SPMediaKeyTap/SPMediaKeyTap.h"
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "globalshortcuts.h"
|
#include "globalshortcuts.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user