Commit 5f95753f authored by Rafaël Carré's avatar Rafaël Carré

skins2 fullscreen button work with audio visualizations

parent c0fe2d35
...@@ -36,7 +36,7 @@ void CmdFullscreen::execute() ...@@ -36,7 +36,7 @@ void CmdFullscreen::execute()
} }
pVout = (vout_thread_t *)vlc_object_find( getIntf()->p_sys->p_input, pVout = (vout_thread_t *)vlc_object_find( getIntf()->p_sys->p_input,
VLC_OBJECT_VOUT, FIND_CHILD ); VLC_OBJECT_VOUT, FIND_ANYWHERE );
if( pVout ) if( pVout )
{ {
// Switch to fullscreen // Switch to fullscreen
......
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