]> git.sesse.net Git - vlc/blobdiff - modules/video_output/directx/vout.h
Copyright fixes
[vlc] / modules / video_output / directx / vout.h
index 60531807171a9c0c5a19f0c11f6a5d4c940a6f76..f8efacd462ada2166b01dc43e847119d25970dc5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * vout.h: Windows DirectX video output header file
  *****************************************************************************
- * Copyright (C) 2001-2004 VideoLAN
+ * Copyright (C) 2001-2004 VideoLAN (Centrale Réseaux) and its contributors
  * $Id$
  *
  * Authors: Gildas Bazin <gbazin@videolan.org>
@@ -72,6 +72,7 @@ struct vout_sys_t
     int          i_window_y;
     int          i_window_width;
     int          i_window_height;
+    int          i_window_style;
 
     /* Coordinates of src and dest images (used when blitting to display) */
     RECT         rect_src;