]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/input_manager.hpp
* Tree playlist XSPF export
[vlc] / modules / gui / wxwidgets / input_manager.hpp
index 3206d23119e55c870a79e3fa4680b3e7f0a5fdd8..3ccda08c0fdd204c6d7ef044a75f609a7f3182c2 100644 (file)
@@ -5,7 +5,7 @@
  * $Id$
  *
  * Authors: Gildas Bazin <gbazin@videolan.org>
- *          Clément Stenac <zorglub@videolan.org>
+ *          Clément Stenac <zorglub@videolan.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #ifndef _INPUT_MANAGER_H_
@@ -84,6 +84,7 @@ namespace wxvlc
         int i_old_playing_status;    ///< Previous playing status
         int i_old_rate;              ///< Previous playing rate
 
+        mtime_t i_input_hide_delay;  ///< Allows delaying slider hidding
     };
 };