]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/commands/cmd_input.hpp
Qt: prefsItem: namespace TYPE_*
[vlc] / modules / gui / skins2 / commands / cmd_input.hpp
index 94c5588fedbcab871a688f6829a810089ff51d13..c266396e88a0c2e01d09bcaee8dd5be047ef4fcf 100644 (file)
@@ -1,11 +1,11 @@
 /*****************************************************************************
  * cmd_input.hpp
  *****************************************************************************
- * Copyright (C) 2003 VideoLAN
+ * Copyright (C) 2003 the VideoLAN team
  * $Id$
  *
  * Authors: Cyril Deguet     <asmax@via.ecp.fr>
- *          Olivier Teulière <ipkiss@via.ecp.fr>
+ *          Olivier Teulière <ipkiss@via.ecp.fr>
  *
  * 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 CMD_INPUT_HPP
@@ -34,6 +34,8 @@ DEFINE_COMMAND( Stop, "stop" )
 DEFINE_COMMAND( Slower, "slower" )
 DEFINE_COMMAND( Faster, "faster" )
 DEFINE_COMMAND( Mute, "mute" )
+DEFINE_COMMAND( VolumeUp, "volume up" )
+DEFINE_COMMAND( VolumeDown, "volume down" )
 
 
 #endif