]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/misc.h
Quick patch to make pda.c inteface compile again. It disables the management of the...
[vlc] / modules / gui / macosx / misc.h
index 11c8c876d5ff9eec58e4dec364b7a8f609f6c31a..fa8a70509dd9ecbf6c00441667a2ead1237a4cae 100644 (file)
 
 @interface VLCControllerWindow : NSWindow
 {
+    NSSize o_size_with_playlist;
 }
 
+- (NSSize)getSizeWithPlaylist;
+
 @end
 
 /*****************************************************************************
 }
 
 @end
-
-/*****************************************************************************
- * MPSliderCell
- *****************************************************************************/
-
-@interface MPSliderCell : NSSliderCell
-{
-    NSColor * _bgColor;
-    NSColor * _knobColor;
-    float _knobThickness;
-}
-
-- (void)setBackgroundColor:(NSColor *)newColor;
-- (NSColor *)backgroundColor;
-
-- (void)setKnobColor:(NSColor *)newColor;
-- (NSColor *)knobColor;
-
-@end
\ No newline at end of file