]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/vout.h
* Add an controls to the vout (using the embedded vout framework)
[vlc] / modules / gui / macosx / vout.h
index 373da7fba35025840f82f88340ff5964ad37e937..9c5e6e0a1f329f8bbf61d7199679727d8850613b 100644 (file)
@@ -56,6 +56,7 @@
 - (BOOL)setVout: (vout_thread_t *) p_arg_vout subView: (NSView *) view
                      frame: (NSRect *) s_arg_frame;
 - (void)closeVout;
+- (void)updateTitle;
 - (void)manage;
 - (void)scaleWindowWithFactor: (float)factor;
 - (void)setOnTop:(BOOL)b_on_top;
 
 @end
 
+/*****************************************************************************
+ * VLCDetachedEmbeddedView interface
+ *****************************************************************************/
+
+@interface VLCDetachedEmbeddedVoutView : VLCEmbeddedVoutView
+{
+}
+
+@end
+
 /*****************************************************************************
  * VLCWindow interface
  *****************************************************************************/
 - (void)closeWindow;
 - (id)closeReal: (id) sender;
 - (id)getVoutView;
-- (void)updateTitle;
 
 - (BOOL)windowShouldClose:(id)sender;