[vlc-commits] commit: libvlc_set_*_input also works on Win32 nowadays ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Thu Jun 3 20:29:59 CEST 2010


vlc/vlc-1.1 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jun  3 21:26:10 2010 +0300| [c98062af75fc9006d99f22522a3ba55f32cb2cf9] | committer: Rémi Denis-Courmont 

libvlc_set_*_input also works on Win32 nowadays
(cherry picked from commit 9521f0a0a3073c63c54f4dd002ab62eab5d01b86)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=c98062af75fc9006d99f22522a3ba55f32cb2cf9
---

 include/vlc/libvlc_media_player.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index fb7b05b..7881971 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -551,7 +551,7 @@ VLC_PUBLIC_API int libvlc_get_fullscreen( libvlc_media_player_t *p_mi );
  * for the X window ID of the video widget, then LibVLC will not be able to
  * handle key presses and mouse clicks in any case.
  *
- * \warning This function is only implemented for X11 at the moment.
+ * \warning This function is only implemented for X11 and Win32 at the moment.
  *
  * \param p_mi the media player
  * \param on true to handle key press events, false to ignore them.
@@ -566,7 +566,7 @@ void libvlc_video_set_key_input( libvlc_media_player_t *p_mi, unsigned on );
  *
  * \note See also libvlc_video_set_key_input().
  *
- * \warning This function is only implemented for X11 at the moment.
+ * \warning This function is only implemented for X11 and Win32 at the moment.
  *
  * \param p_mi the media player
  * \param on true to handle mouse click events, false to ignore them.



More information about the vlc-commits mailing list