Skip to content
Snippets Groups Projects
Commit 46d92032 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

vsxu: re-enable window decorations

parent e3135220
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,7 @@ static int Open( vlc_object_t * p_this )
vout_window_cfg_t cfg;
memset( &cfg, 0, sizeof(cfg) );
cfg.is_decorated = true;
cfg.width = var_InheritInteger( p_filter, "vsxu-width" );
cfg.height = var_InheritInteger( p_filter, "vsxu-height" );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment