X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2Fmisc.h;h=a29b4dcf6a5b728a89858b28ce40597bc69faeec;hb=12dfb65e91cb460d1ac97dff6b5c0d2b1e431c51;hp=570ec799a955e0e2aab5334c3e74017766151e17;hpb=eeb8eda7c08360edad6688166b16e9c73c4092d2;p=vlc diff --git a/modules/gui/macosx/misc.h b/modules/gui/macosx/misc.h index 570ec799a9..a29b4dcf6a 100644 --- a/modules/gui/macosx/misc.h +++ b/modules/gui/macosx/misc.h @@ -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 @@ -24,15 +24,7 @@ #import #import - -/***************************************************************************** - * 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 { BOOL b_canBecomeKeyWindow; BOOL b_isset_canBecomeKeyWindow; @@ -155,4 +147,14 @@ @interface VLCTimeField : NSTextField { } +- (BOOL)timeRemaining; +@end + +/***************************************************************************** + * VLCMainWindowSplitView interface + *****************************************************************************/ +@interface VLCMainWindowSplitView : NSSplitView +{ +} + @end