]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/vout.h
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / macosx / vout.h
index 40eb7c9b0c214cbda278d0cc4f126a33db797426..90fa8aef3df1cfb610f7a29ce2fb6fd250cf4b08 100644 (file)
@@ -14,7 +14,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     BOOL b_used;
 }
 
+- (BOOL)setVout: (vout_thread_t *) p_arg_vout subView: (NSView *) view
+                 frame: (NSRect *)s_arg_frame showWindow: (BOOL)b_show_window;
+
 - (void)setUsed: (BOOL)b_new_used;
 - (BOOL)isUsed;
 
 /*****************************************************************************
  * VLCDetachedEmbeddedView interface
  *****************************************************************************/
-@class VLCEmbeddedWindow;
 
 @interface VLCDetachedEmbeddedVoutView : VLCEmbeddedVoutView
 {