]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/misc.h
* add a 'graphite' button set including the facilities to switch the theme at runtime...
[vlc] / modules / gui / macosx / misc.h
index fc6b1c354b8b3024d07b176c74b5e2f1890726ed..fe06daaf7c14c330ceba47f53392d38596ed6986 100644 (file)
 @end
 
 /*****************************************************************************
- * ITSliderCell
+ * ITSlider
  *****************************************************************************/
 
 @interface ITSlider : NSSlider
     NSImage *_knobOn;
     BOOL b_mouse_down;
 }
+- (void)controlTintChanged;
 
 @end