Commit 65b525b1 authored by Gildas Bazin's avatar Gildas Bazin

* modules/video_output/directx/events.c: compilation fix.

parent 15f4bc42
......@@ -927,7 +927,7 @@ static int Control( vout_thread_t *p_vout, int i_query, va_list args )
switch( i_query )
{
case VOUT_SET_ZOOM:
if( p_vout->p_sys->p_win->owner_window )
if( p_vout->p_sys->hparent )
return vout_ControlWindow( p_vout,
(void *)p_vout->p_sys->hparent, i_query, args );
......
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