]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/vout.h
* switched the middle arrow buttons from faster/slower to backward/forward to reflect...
[vlc] / modules / gui / macosx / vout.h
index 13f691abbeeb5c31d2aa6a8c3e508d50e2b73633..564337789795537b2e7129f3f8f525c761b6e3f1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * vout.h: MacOS X interface module
  *****************************************************************************
- * Copyright (C) 2001-2005 the VideoLAN team
+ * Copyright (C) 2001-2006 the VideoLAN team
  * $Id$
  *
  * Authors: Colin Delacroix <colin@zoy.org>
     NSRect        * s_frame;
 
     vout_thread_t * p_real_vout;
-    Ptr             p_fullscreen_state;
     vlc_bool_t      b_init_ok;
+    vlc_bool_t      b_black;
+    vlc_bool_t      b_embedded;
 }
 
 - (id) initWithVout: (vout_thread_t *) p_vout view: (VLCVoutView *) view