]> git.sesse.net Git - vlc/commitdiff
libvlc_video_get_handle renamed to _get_parent
authorFilippo Carone <littlejohn@videolan.org>
Sun, 25 Feb 2007 17:10:34 +0000 (17:10 +0000)
committerFilippo Carone <littlejohn@videolan.org>
Sun, 25 Feb 2007 17:10:34 +0000 (17:10 +0000)
include/vlc/libvlc.h
src/control/video.c

index db1aa616c9b8ab56b0eea97c28de283ea0ec6d0a..e910bff1339c7f398843e1da8da03eed108cf420 100644 (file)
@@ -438,7 +438,7 @@ VLC_PUBLIC_API void libvlc_video_set_parent( libvlc_instance_t *, libvlc_drawabl
  * \param drawable the new parent window (Drawable on X11, CGrafPort on MacOSX, HWND on Win32)
  * \param p_exception an initialized exception
  */
-VLC_PUBLIC_API libvlc_drawable_t libvlc_video_get_handle( libvlc_instance_t *, libvlc_exception_t * );
+VLC_PUBLIC_API libvlc_drawable_t libvlc_video_get_parent( libvlc_instance_t *, libvlc_exception_t * );
 
 /**
  * Set the default video output size
index 6f137e8647a3ab9d62eaf83bfb585d177423865e..8adac83d14eea020e17b81ad61699a9771c050e1 100644 (file)
@@ -260,7 +260,7 @@ void libvlc_video_set_parent( libvlc_instance_t *p_instance, libvlc_drawable_t d
     }
 }
 
-libvlc_drawable_t libvlc_video_get_handle( libvlc_instance_t *p_instance, libvlc_exception_t *p_e )
+libvlc_drawable_t libvlc_video_get_parent( libvlc_instance_t *p_instance, libvlc_exception_t *p_e )
 {
     libvlc_drawable_t result;