[vlc-commits] commit: Doc typo ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Wed Jul 14 21:49:14 CEST 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Jul 14 22:49:07 2010 +0300| [246c01b392ab5f91e5beecf35cf1d013a42347c7] | committer: Rémi Denis-Courmont
Doc typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=246c01b392ab5f91e5beecf35cf1d013a42347c7
---
include/vlc/libvlc_media_player.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index f593599..43c4633 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -580,10 +580,10 @@ VLC_PUBLIC_API void libvlc_toggle_fullscreen( libvlc_media_player_t *p_mi );
*
* @warning With most window managers, only a top-level windows can be in
* full-screen mode. Hence, this function will not operate properly if
- * libvlc_media_player_set_xid() was used to embed the video in a non-top-level
- * window. In that case, the embedding window must be reparented to the root
- * window <b>before</b> fullscreen mode is enabled. You will want to reparent
- * it back to its normal parent when disabling fullscreen.
+ * libvlc_media_player_set_xwindow() was used to embed the video in a
+ * non-top-level window. In that case, the embedding window must be reparented
+ * to the root window <b>before</b> fullscreen mode is enabled. You will want
+ * to reparent it back to its normal parent when disabling fullscreen.
*
* \param p_mi the media player
* \param b_fullscreen boolean for fullscreen status
More information about the vlc-commits
mailing list