Commit 1511a470 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Doc typo

(cherry picked from commit 246c01b3)
parent baaecebb
...@@ -580,10 +580,10 @@ VLC_PUBLIC_API void libvlc_toggle_fullscreen( libvlc_media_player_t *p_mi ); ...@@ -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 * @warning With most window managers, only a top-level windows can be in
* full-screen mode. Hence, this function will not operate properly if * 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 * libvlc_media_player_set_xwindow() was used to embed the video in a
* window. In that case, the embedding window must be reparented to the root * non-top-level window. In that case, the embedding window must be reparented
* window <b>before</b> fullscreen mode is enabled. You will want to reparent * to the root window <b>before</b> fullscreen mode is enabled. You will want
* it back to its normal parent when disabling fullscreen. * to reparent it back to its normal parent when disabling fullscreen.
* *
* \param p_mi the media player * \param p_mi the media player
* \param b_fullscreen boolean for fullscreen status * \param b_fullscreen boolean for fullscreen status
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment