]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/misc.h
Make Zorglub less unhappy
[vlc] / modules / gui / macosx / misc.h
index 8fdd3e89b8edb8fa673f7396083b1f8b9596e8e4..a6ddb26e86c1aff8868bd67f7a3e4a16cadeb20b 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * misc.h: code not specific to vlc
  *****************************************************************************
- * Copyright (C) 2003 VideoLAN
- * $Id: misc.h,v 1.1 2003/01/21 00:47:43 jlj Exp $
+ * Copyright (C) 2003 the VideoLAN team
+ * $Id$
  *
  * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
  *
  *****************************************************************************/
 
 /*****************************************************************************
- * MPSlider
+ * VLCControllerWindow
  *****************************************************************************/
 
-@interface MPSlider : NSSlider
+
+@interface VLCControllerWindow : NSWindow
 {
+}
+
+@end
 
+/*****************************************************************************
+ * VLCControllerView
+ *****************************************************************************/
+
+@interface VLCControllerView : NSView
+{
 }
 
 @end
 
 /*****************************************************************************
- * MPSliderCell
+ * VLBrushedMetalImageView
  *****************************************************************************/
 
-@interface MPSliderCell : NSSliderCell
+@interface VLBrushedMetalImageView : NSImageView
 {
-    NSColor * _bgColor;
-    NSColor * _knobColor;
-    float _knobThickness;
+
 }
 
-- (void)setBackgroundColor:(NSColor *)newColor;
-- (NSColor *)backgroundColor;
+@end
+
 
-- (void)setKnobColor:(NSColor *)newColor;
-- (NSColor *)knobColor;
+/*****************************************************************************
+ * MPSlider
+ *****************************************************************************/
 
-@end
\ No newline at end of file
+@interface MPSlider : NSSlider
+{
+
+}
+
+@end