Commit ad6ce995 authored by Benjamin Zores's avatar Benjamin Zores Committed by Rémi Denis-Courmont

OMAPFB: compile fix

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 11075f3c
......@@ -397,7 +397,7 @@ static int Manage( vout_thread_t *p_vout )
var_SetBool( p_vout, "fullscreen", p_vout->b_fullscreen );
if( p_vout->p_sys->owner_window )
vout_window_SetFullscreen( p_vout->p_sys->owner_window,
vout_window_SetFullScreen( p_vout->p_sys->owner_window,
p_vout->b_fullscreen );
p_vout->i_changes &= ~VOUT_FULLSCREEN_CHANGE;
}
......
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