[vlc-commits] commit: Undocument the now fixed X11 drawable depth bug ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Mon Jul 19 17:31:33 CEST 2010
vlc/vlc-1.1 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Jul 19 18:30:16 2010 +0300| [0fffe6a4df80c543b881900b41070cbf8145c637] | committer: Rémi Denis-Courmont
Undocument the now fixed X11 drawable depth bug
This was fixed after 1.1.0-RC.
(cherry picked from commit 617801b6877e3aac9651eaa15e9ee0d2aea564d8)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=0fffe6a4df80c543b881900b41070cbf8145c637
---
include/vlc/libvlc_media_player.h | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index 43c4633..d328e51 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 <b>not</b> 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 <b>not</b> 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
More information about the vlc-commits
mailing list