X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2Fmisc.h;h=a27f87cc529a7763bfbc3ef0eea13067d4466c31;hb=8a5d95d032dd1d3773858ece1d5efe2f970d6bab;hp=479e8ee10d0ef88d3d2b4f99dd0169969672fd6d;hpb=ed3227e6bca97c66d8128e170ffa8683633185c5;p=vlc diff --git a/modules/gui/macosx/misc.h b/modules/gui/macosx/misc.h index 479e8ee10d..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,7 +131,7 @@ @end /***************************************************************************** - * ITSliderCell + * ITSlider *****************************************************************************/ @interface ITSlider : NSSlider @@ -141,5 +150,6 @@ NSImage *_knobOn; BOOL b_mouse_down; } +- (void)controlTintChanged; @end