Commit fee80aa4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove hacking fullscreen control invocation - fixes #1653

parent 4bf5e817
...@@ -683,17 +683,10 @@ void *MainInterface::requestVideo( vout_thread_t *p_nvout, int *pi_x, ...@@ -683,17 +683,10 @@ void *MainInterface::requestVideo( vout_thread_t *p_nvout, int *pi_x,
// emit askVideoToResize( *pi_width, *pi_height ); // emit askVideoToResize( *pi_width, *pi_height );
emit askUpdate(); emit askUpdate();
fullscreenControls->regFullscreenCallback( p_nvout );
} }
return ret; return ret;
} }
void MainInterface::requestNotEmbeddedVideo( vout_thread_t *p_nvout )
{
fullscreenControls->regFullscreenCallback( p_nvout );
}
void MainInterface::releaseVideo( void *p_win ) void MainInterface::releaseVideo( void *p_win )
{ {
emit askReleaseVideo( p_win ); emit askReleaseVideo( p_win );
......
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