Commit 05e523f4 authored by Gildas Bazin's avatar Gildas Bazin

* src/control/audio_video.c: forgot this file in last commit.

parent e96ffed1
......@@ -403,9 +403,9 @@ mediacontrol_sound_set_volume( mediacontrol_Instance *self,
aout_VolumeSet( self->p_intf,( audio_volume_t )volume );
}
bool mediacontrol_set_visual(mediacontrol_Instance* self,
WINDOWHANDLE visual_id,
mediacontrol_Exception *exception)
vlc_bool_t mediacontrol_set_visual( mediacontrol_Instance *self,
WINDOWHANDLE visual_id,
mediacontrol_Exception *exception )
{
vlc_value_t value;
int ret;
......
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