Commit 62c8ef3e authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

interface.c: Default b_should_run_on_first_thread to false.

parent 51c06e4b
......@@ -85,6 +85,7 @@ intf_thread_t* __intf_Create( vlc_object_t *p_this, const char *psz_module,
p_intf->pf_control_window = NULL;
p_intf->b_play = VLC_FALSE;
p_intf->b_interaction = VLC_FALSE;
p_intf->b_should_run_on_first_thread = VLC_FALSE;
for( i = 0 ; i< i_options; i++ )
{
......
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