]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/misc.h
ASF: help stupid compiler
[vlc] / modules / gui / macosx / misc.h
index 570ec799a955e0e2aab5334c3e74017766151e17..a29b4dcf6a5b728a89858b28ce40597bc69faeec 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * misc.h: code not specific to vlc
  *****************************************************************************
- * Copyright (C) 2003-2011 the VideoLAN team
+ * Copyright (C) 2003-2011 VLC authors and VideoLAN
  * $Id$
  *
  * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
 
 #import <Cocoa/Cocoa.h>
 #import <ApplicationServices/ApplicationServices.h>
-
-/*****************************************************************************
- * NSImage (VLCAddition)
- *****************************************************************************/
-
-@interface NSImage (VLCAdditions)
-+ (id)imageWithWarningIcon;
-+ (id)imageWithErrorIcon;
-@end
+#import "CompatibilityFixes.h"
 
 /*****************************************************************************
  * NSAnimation (VLCAddition)
@@ -65,7 +57,7 @@
  *  Missing extension to NSWindow
  *****************************************************************************/
 
-@interface VLCWindow : NSWindow
+@interface VLCWindow : NSWindow <NSWindowDelegate>
 {
     BOOL b_canBecomeKeyWindow;
     BOOL b_isset_canBecomeKeyWindow;
 @interface VLCTimeField : NSTextField
 {
 }
+- (BOOL)timeRemaining;
+@end
+
+/*****************************************************************************
+ * VLCMainWindowSplitView interface
+ *****************************************************************************/
+@interface VLCMainWindowSplitView : NSSplitView
+{
+}
+
 @end