Commit 231453d4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Changing a global hotkey requires restart

parent 1cd16528
...@@ -344,6 +344,7 @@ enum vlc_module_properties ...@@ -344,6 +344,7 @@ enum vlc_module_properties
#define add_key( name, value, text, longtext, advc ) \ #define add_key( name, value, text, longtext, advc ) \
add_int_inner( CONFIG_ITEM_KEY, "global-" name, text, longtext, advc, \ add_int_inner( CONFIG_ITEM_KEY, "global-" name, text, longtext, advc, \
KEY_UNSET ) \ KEY_UNSET ) \
change_need_restart() \
add_int_inner( CONFIG_ITEM_KEY, name, text, longtext, advc, value ) add_int_inner( CONFIG_ITEM_KEY, name, text, longtext, advc, value )
#define add_integer_with_range( name, value, i_min, i_max, p_callback, text, longtext, advc ) \ #define add_integer_with_range( name, value, i_min, i_max, p_callback, text, longtext, advc ) \
......
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