]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/vout.h
Wrap help at 72 chars instead of 80 to get our whole text displayed in the normal...
[vlc] / modules / gui / macosx / vout.h
index 715d7c13de5e3b4bccea3faa101572fa82326ce4..7debaa56e7862da9cee0eb808b7ee040467f5dee 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * vout.h: MacOS X interface plugin
  *****************************************************************************
- * Copyright (C) 2001, 2002 VideoLAN
- * $Id: vout.h,v 1.5 2003/01/31 02:53:52 jlj Exp $
+ * Copyright (C) 2001-2003 VideoLAN
+ * $Id: vout.h,v 1.13 2003/08/19 14:07:51 garf Exp $
  *
  * Authors: Colin Delacroix <colin@zoy.org>
  *          Florian G. Pflug <fgp@phlo.org>
 - (void)setVout:(vout_thread_t *)_p_vout;
 - (vout_thread_t *)getVout;
 
+- (void)scaleWindowWithFactor: (float)factor;
+- (void)toggleFloatOnTop;
 - (void)toggleFullscreen;
 - (BOOL)isFullscreen;
+- (void)updateTitle;
 
 - (BOOL)windowShouldClose:(id)sender;
 
@@ -78,10 +81,16 @@ struct vout_sys_t
 #ifdef __QUICKTIME__
     CodecType i_codec;
     CGrafPtr p_qdport;
+    CGrafPtr p_qdportold;
     ImageSequence i_seq;
     MatrixRecordPtr p_matrix;
     DecompressorComponent img_dc;
     ImageDescriptionHandle h_img_descr;
     Ptr p_fullscreen_state;
+    RgnHandle mask;
+    Rect rect;
+    int portx;
+    int porty;
+    int isplugin;
 #endif
 };