]> git.sesse.net Git - vlc/commitdiff
* I should get some sleep now
authorFelix Paul Kühne <fkuehne@videolan.org>
Tue, 4 Apr 2006 20:41:44 +0000 (20:41 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Tue, 4 Apr 2006 20:41:44 +0000 (20:41 +0000)
modules/gui/macosx/vout.h
modules/gui/macosx/vout.m

index 13f691abbeeb5c31d2aa6a8c3e508d50e2b73633..5b4d7347df6424610d14a87f1150b0bc893db89c 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>
     vout_thread_t * p_real_vout;
     Ptr             p_fullscreen_state;
     vlc_bool_t      b_init_ok;
+    vlc_bool_t      b_black;
 }
 
 - (id) initWithVout: (vout_thread_t *) p_vout view: (VLCVoutView *) view
index 62a8a6f759f1be186210cbac9cc3ee63f13cc807..e07a57d3ecf911fb161dd003b6f3d1468097268d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * vout.m: MacOS X video output module
  *****************************************************************************
- * Copyright (C) 2001-2005 the VideoLAN team
+ * Copyright (C) 2001-2006 the VideoLAN team
  * $Id$
  *
  * Authors: Colin Delacroix <colin@zoy.org>