[vlc-devel] [PATCH] Global Hotkeys for windows
Rémi Denis-Courmont
rem at videolan.org
Mon Jan 12 18:30:02 CET 2009
Le samedi 10 janvier 2009 22:58:31 Laurent Aimar, vous avez écrit :
> +#ifndef WIN32
> #define add_key( name, value, p_callback, text, text_global, longtext,
> advc ) \ add_int_inner( CONFIG_ITEM_KEY, name, text, longtext, advc,
> p_callback, \ value )
> +#else
> +#define add_key( name, value, p_callback, text, text_global, longtext,
> advc ) \ + add_int_inner( CONFIG_ITEM_KEY, name, text, longtext, advc,
> p_callback, \ + value ); \
> + add_int_inner( CONFIG_ITEM_KEY, "global-" name, text_global, \
> + longtext, advc, p_callback, KEY_UNSET ); \
> +#endif
Yes.
Besides, I have been burnt too badly by (buggy) code in the plugins descriptor
to ever accept any such thing. See c7357344d7e75632d9461e9ddfd42621a38bebbb
as an example.
--
Rémi Denis-Courmont
http://git.remlab.net/cgi-bin/gitweb.cgi?p=vlc-courmisch.git;a=summary
More information about the vlc-devel
mailing list