]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc.h
Real VOUT_REPARENT (UNIX only ATM).
[vlc] / include / vlc / libvlc.h
index 90b159b651c473ee248966e03a9b62186fa49bae..c3a5bf80d747cb6ab429fb6a1601312b43c06835 100644 (file)
 
 #include <vlc/vlc.h>
 
+#ifndef WIN32
+#include <X11/Xlib.h>
+#endif
+
 # ifdef __cplusplus
 extern "C" {
 # endif
@@ -327,6 +331,12 @@ int libvlc_video_get_width( libvlc_input_t *, libvlc_exception_t * );
  */
 void libvlc_video_take_snapshot( libvlc_input_t *, char *, libvlc_exception_t * );
     
+int libvlc_video_destroy( libvlc_input_t *, libvlc_exception_t *);
+
+#ifndef WIN32
+int libvlc_video_reparent( libvlc_input_t *, Drawable, libvlc_exception_t * );
+#endif    
+
 
 /** @} */