]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/src/vlcproc.hpp
skins2: factorize some code
[vlc] / modules / gui / skins2 / src / vlcproc.hpp
index ff397ef595577449d304021b47ee3cbca3c9dc3d..63731026a4da0504f2afe151efaece122aa15d5c 100644 (file)
@@ -98,6 +98,9 @@ public:
     /// update equalizer
     void update_equalizer( );
 
+    /// update global variables for the current input
+    void update_current_input( );
+
     void on_intf_event_changed( vlc_object_t* p_obj, vlc_value_t newVal );
     void on_bit_rate_changed( vlc_object_t* p_obj, vlc_value_t newVal );
     void on_sample_rate_changed( vlc_object_t* p_obj, vlc_value_t newVal );