]> git.sesse.net Git - vlc/commitdiff
Fix ncurses compilation. (testing compilation before commiting changes would be nice...
authorAntoine Cellerier <dionoea@videolan.org>
Wed, 10 Feb 2010 19:47:38 +0000 (20:47 +0100)
committerAntoine Cellerier <dionoea@videolan.org>
Wed, 10 Feb 2010 19:47:38 +0000 (20:47 +0100)
modules/gui/ncurses.c

index 3a019519155f63bb874105c317bac50f8e89a1ba..bd4e0979dbb809fcacf80071fc8f306c467034a3 100644 (file)
@@ -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 );