]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/ControlsBar.h
macosx: add yosemite guard
[vlc] / modules / gui / macosx / ControlsBar.h
index cf938bc90bd0736210c3e933924426203092e7e6..f53b9e88965ad96696f32d04a098271d41d57b2f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ControlsBar.h: MacOS X interface module
  *****************************************************************************
- * Copyright (C) 2012 VLC authors and VideoLAN
+ * Copyright (C) 2012-2014 VLC authors and VideoLAN
  * $Id$
  *
  * Authors: Felix Paul Kühne <fkuehne -at- videolan -dot- org>
@@ -23,7 +23,6 @@
  *****************************************************************************/
 
 #import <Cocoa/Cocoa.h>
-#import "CompatibilityFixes.h"
 #import "misc.h"
 
 @class VLCFSPanel;
@@ -38,6 +37,7 @@
 @interface VLCControlsBarCommon : NSObject
 {
     IBOutlet id o_bottombar_view;
+    IBOutlet VLCDragDropView *o_drop_view;
 
     IBOutlet id o_play_btn;
     IBOutlet id o_bwd_btn;