X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2Fmisc.h;h=a27f87cc529a7763bfbc3ef0eea13067d4466c31;hb=de587c237065de4696d9d035d0504cdf34990d87;hp=bd81f28668176ac8bf55675ec2afbb33503acd4b;hpb=f49699d4bf1a3ef7dd155a2dfefb6d3abd3ee3e7;p=vlc diff --git a/modules/gui/macosx/misc.h b/modules/gui/macosx/misc.h index bd81f28668..a27f87cc52 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 the VideoLAN team + * Copyright (C) 2003-2007 the VideoLAN team * $Id$ * * Authors: Jon Lech Johansen @@ -24,6 +24,15 @@ #import #import +/***************************************************************************** + * NSImage (VLCAddition) + *****************************************************************************/ + +@interface NSImage (VLCAdditions) ++ (id)imageWithWarningIcon; ++ (id)imageWithErrorIcon; +@end + /***************************************************************************** * NSAnimation (VLCAddition) *****************************************************************************/ @@ -122,9 +131,9 @@ @end /***************************************************************************** - * ITSliderCell + * ITSlider *****************************************************************************/ - + @interface ITSlider : NSSlider { } @@ -134,12 +143,13 @@ /***************************************************************************** * ITSliderCell *****************************************************************************/ - + @interface ITSliderCell : NSSliderCell { NSImage *_knobOff; NSImage *_knobOn; BOOL b_mouse_down; } +- (void)controlTintChanged; @end