[vlc-devel] [PATCH 17/22] lirc: use vlc_actions_do
Rémi Denis-Courmont
remi at remlab.net
Thu Aug 3 16:43:09 CEST 2017
Le 3 août 2017 16:10:50 GMT+03:00, "Hugo Beauzée-Luyssen" <hugo at beauzee.fr> a écrit :
>From: Thomas Guillem <thomas at gllm.fr>
>
>---
> modules/control/lirc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/modules/control/lirc.c b/modules/control/lirc.c
>index aa5accbc82..57f8704cdb 100644
>--- a/modules/control/lirc.c
>+++ b/modules/control/lirc.c
>@@ -197,7 +197,7 @@ static void Process( intf_thread_t *p_intf )
> {
> vlc_action_id_t i_key = vlc_actions_get_id( c );
> if( i_key )
>- var_SetInteger( p_intf->obj.libvlc, "key-action",
>i_key );
>+ vlc_actions_do( p_intf, i_key, true );
> else
> msg_Err( p_intf, "Unknown hotkey '%s'", c );
> }
>--
>2.11.0
>
>_______________________________________________
>vlc-devel mailing list
>To unsubscribe or modify your subscription options:
>https://mailman.videolan.org/listinfo/vlc-devel
Same as 15
--
Rémi Denis-Courmont
Typed on an inconvenient virtual keyboard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20170803/30675e89/attachment.html>
More information about the vlc-devel
mailing list