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 "macglobalshortcutbackend.h"
|
||||
|
||||
#include "3rdparty/SPMediaKeyTap/SPMediaKeyTap.h"
|
||||
|
||||
|
||||
#ifdef HAVE_BREAKPAD
|
||||
#import <Breakpad/Breakpad.h>
|
||||
#endif
|
||||
|
||||
|
||||
class PlatformInterface;
|
||||
@class SPMediaKeyTap;
|
||||
|
||||
#ifdef SNOW_LEOPARD
|
||||
@interface AppDelegate :NSObject <NSApplicationDelegate> {
|
||||
#else
|
||||
@interface AppDelegate :NSObject {
|
||||
#endif
|
||||
PlatformInterface* application_handler_;
|
||||
NSMenu* dock_menu_;
|
||||
MacGlobalShortcutBackend* shortcut_handler_;
|
||||
|
@ -36,6 +36,7 @@
|
||||
|
||||
#import <QuartzCore/CALayer.h>
|
||||
|
||||
#import "3rdparty/SPMediaKeyTap/SPMediaKeyTap.h"
|
||||
|
||||
#include "config.h"
|
||||
#include "globalshortcuts.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user