[vlc-commits] commit: drawable(Win32): fix compil (Erwan Tulou )
git at videolan.org
git at videolan.org
Wed Jan 12 17:35:34 CET 2011
vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Wed Jan 12 15:09:47 2011 +0100| [97be28c405ae1734747d4be7f685278dc6d407b3] | committer: Erwan Tulou
drawable(Win32): fix compil
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=97be28c405ae1734747d4be7f685278dc6d407b3
---
modules/video_output/drawable.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/modules/video_output/drawable.c b/modules/video_output/drawable.c
index 961ae8b..66cddad 100644
--- a/modules/video_output/drawable.c
+++ b/modules/video_output/drawable.c
@@ -54,8 +54,9 @@ static vlc_mutex_t serializer = VLC_STATIC_MUTEX;
/**
* Find the drawable set by libvlc application.
*/
-static int Open (vout_window_t *wnd)
+static int Open (vout_window_t *wnd, const vout_window_cfg_t *cfg)
{
+ VLC_UNUSED (cfg);
void **used, *val;
size_t n = 0;
More information about the vlc-commits
mailing list