Commit 97be28c4 authored by Erwan Tulou's avatar Erwan Tulou

drawable(Win32): fix compil

parent d7bf4abf
......@@ -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;
......
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