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

Dummy debug

parent 732e300c
......@@ -797,7 +797,6 @@ int MainInterface::controlVideo( int i_query, va_list args )
case VOUT_WINDOW_SET_FULLSCREEN:
{
bool b_fs = va_arg( args, int );
msg_Err( p_intf, b_fs ? "fullscreen!" : "windowed!" );
emit askVideoSetFullScreen( b_fs );
return VLC_SUCCESS;
}
......
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