1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00

OpenGL: fix missing GLX window decoration

This commit is contained in:
Rémi Denis-Courmont 2009-05-13 23:23:35 +03:00
parent 03619d36d8
commit 548f78df2e

View File

@ -193,6 +193,8 @@ static int CreateVout( vlc_object_t *p_this )
p_sys->p_vout->b_autoscale = p_vout->b_autoscale;
p_sys->p_vout->i_zoom = p_vout->i_zoom;
p_sys->p_vout->i_alignment = p_vout->i_alignment;
var_Create( p_sys->p_vout, "video-deco",
VLC_VAR_BOOL | VLC_VAR_DOINHERIT );
psz = var_CreateGetString( p_vout, "opengl-provider" );
p_sys->p_vout->p_module =