[vlc-devel] commit: Add p_sys to vout_window_t ( Rémi Denis-Courmont )

git version control git at videolan.org
Thu Jan 29 21:52:48 CET 2009


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Thu Jan 29 22:51:53 2009 +0200| [2ce04181200f623273bd00e4c7bfd1408399e9ad] | committer: Rémi Denis-Courmont 

Add p_sys to vout_window_t

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2ce04181200f623273bd00e4c7bfd1408399e9ad
---

 include/vlc_window.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/vlc_window.h b/include/vlc_window.h
index 41d58cb..3021eab 100644
--- a/include/vlc_window.h
+++ b/include/vlc_window.h
@@ -37,6 +37,7 @@ struct vout_window_t
     module_t      *module;
     vout_thread_t *vout;
     void          *handle; /* OS-specific Window handle */
+    void          *p_sys;  /* window provider private data */
 
     unsigned       width;  /* pixels width */
     unsigned       height; /* pixels height */




More information about the vlc-devel mailing list