Commit b4219e32 authored by Antoine Cellerier's avatar Antoine Cellerier

Fix ncurses compilation. (testing compilation before commiting changes would...

Fix ncurses compilation. (testing compilation before commiting changes would be nice, especially when it's buildable on your platform)
parent cd38b4a1
......@@ -1118,7 +1118,7 @@ static int HandleKey( intf_thread_t *p_intf, int i_key )
bool fs = var_ToggleBool( p_playlist, "fullscreen" );
if( p_intf->p_sys->p_input )
{
vout_thread_t *p_vout = inputGetVout( p_intf->p_sys->p_input );
vout_thread_t *p_vout = input_GetVout( p_intf->p_sys->p_input );
if( p_vout )
{
var_SetBool( p_vout, "fullscreen", fs );
......
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