1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-31 19:45:31 +01:00

Lion build fixes

This commit is contained in:
John Maguire 2011-11-10 20:56:49 +01:00
parent 94a7ceb898
commit ed0e6ba898
2 changed files with 2 additions and 7 deletions

View File

@ -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_;

View File

@ -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"