Commit 2f6a7117 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

zvbi: signal update when changing opaqueness of a page

parent a46c9170
......@@ -649,6 +649,7 @@ static int Opaque( vlc_object_t *p_this, char const *psz_cmd,
vlc_mutex_lock( &p_sys->lock );
p_sys->b_opaque = newval.b_bool;
p_sys->b_update = true;
vlc_mutex_unlock( &p_sys->lock );
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