Commit 3c98fc75 authored by Benjamin Pracht's avatar Benjamin Pracht

Add a category to the showintf control interface, so that it gets displayed in the prefs...

parent b9cffa3f
...@@ -63,6 +63,8 @@ static int MouseEvent( vlc_object_t *, char const *, ...@@ -63,6 +63,8 @@ static int MouseEvent( vlc_object_t *, char const *,
#define THRESHOLD_LONGTEXT N_( "Height of the zone triggering the interface" ) #define THRESHOLD_LONGTEXT N_( "Height of the zone triggering the interface" )
vlc_module_begin(); vlc_module_begin();
set_category( CAT_INTERFACE );
set_subcategory( SUBCAT_INTERFACE_CONTROL );
add_integer( "showintf-threshold", 10, NULL, THRESHOLD_TEXT, THRESHOLD_LONGTEXT, VLC_TRUE ); add_integer( "showintf-threshold", 10, NULL, THRESHOLD_TEXT, THRESHOLD_LONGTEXT, VLC_TRUE );
set_description( _("Interface showing control interface") ); set_description( _("Interface showing control interface") );
......
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