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

projectm: re-enable window decorations

parent ed06c43c
No related branches found
No related tags found
No related merge requests found
......@@ -186,6 +186,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_CreateGetInteger( p_filter, "projectm-width" );
cfg.height = var_CreateGetInteger( p_filter, "projectm-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