]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/misc.h
macosx: remove 2 interface update timers (2 threads), 1 additional interface update...
[vlc] / modules / gui / macosx / misc.h
index 99dcab95ccb8f858f13690aaabf16d2e6eb72c77..a6defe57cafa3383924a6b91513bcb5083166af8 100644 (file)
 #import <Cocoa/Cocoa.h>
 #import <ApplicationServices/ApplicationServices.h>
 
-/*****************************************************************************
- * NSImage (VLCAddition)
- *****************************************************************************/
-
-@interface NSImage (VLCAdditions)
-+ (id)imageWithWarningIcon;
-+ (id)imageWithErrorIcon;
-@end
-
 /*****************************************************************************
  * NSAnimation (VLCAddition)
  *****************************************************************************/
 @end
 
 
-/*****************************************************************************
- * VLCControllerWindow
- *****************************************************************************/
-
-
-@interface VLCControllerWindow : NSWindow
-{
-}
-
-@end
-
 /*****************************************************************************
  * VLCControllerView
  *****************************************************************************/
 - (void)drawKnobInRect:(NSRect)knobRect;
 
 @end
+
+/*****************************************************************************
+ * VLCTimeField interface
+ *****************************************************************************
+ * we need the implementation to catch our click-event in the controller window
+ *****************************************************************************/
+
+@interface VLCTimeField : NSTextField
+{
+}
+@end