]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/misc.h
Cosmetics.
[vlc] / modules / gui / macosx / misc.h
index a2dfefd7c0e718b1da975ba139b9020248d19c2b..fe06daaf7c14c330ceba47f53392d38596ed6986 100644 (file)
@@ -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 <jon-vl@nanocrew.net>
@@ -21,6 +21,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
+#import <Cocoa/Cocoa.h>
 #import <ApplicationServices/ApplicationServices.h>
 
 /*****************************************************************************
 @end
 
 /*****************************************************************************
- * ITSliderCell
+ * ITSlider
  *****************************************************************************/
+
 @interface ITSlider : NSSlider
 {
 }
 /*****************************************************************************
  * ITSliderCell
  *****************************************************************************/
+
 @interface ITSliderCell : NSSliderCell
 {
     NSImage *_knobOff;
     NSImage *_knobOn;
     BOOL b_mouse_down;
 }
+- (void)controlTintChanged;
 
 @end