From: RĂ©mi Denis-Courmont Date: Mon, 19 Jul 2010 15:30:16 +0000 (+0300) Subject: Undocument the now fixed X11 drawable depth bug X-Git-Tag: 1.2.0-pre1~5760 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=617801b6877e3aac9651eaa15e9ee0d2aea564d8;p=vlc Undocument the now fixed X11 drawable depth bug This was fixed after 1.1.0-RC. --- diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h index 43c463304b..d328e511ba 100644 --- a/include/vlc/libvlc_media_player.h +++ b/include/vlc/libvlc_media_player.h @@ -316,9 +316,6 @@ VLC_PUBLIC_API uint32_t libvlc_media_player_get_agl ( libvlc_media_player_t *p_m * X11 window. Pixmaps are not supported. The caller shall ensure that * the X11 server is the same as the one the VLC instance has been configured * with. - * If XVideo is not used, it is assumed that the drawable has the - * following properties in common with the default X11 screen: depth, scan line - * pad, black pixel. This is a bug. * * \param p_mi the Media Player * \param drawable the ID of the X window