Commit 14b80cc4 authored by Gildas Bazin's avatar Gildas Bazin

* modules/video_output/directx/directx.c: apply --video-on-top on start.

parent 4d212680
......@@ -259,9 +259,10 @@ static int OpenVideo( vlc_object_t *p_this )
goto error;
}
/* Add a variable to indicate if the window should be on top of others */
/* Variable to indicate if the window should be on top of others */
/* Trigger a callback right now */
var_Get( p_vout, "video-on-top", &val );
p_vout->p_sys->b_on_top_change = val.b_bool;
var_Set( p_vout, "video-on-top", val );
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