Add a shortcut type 'shutdown' which will turn off the player

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31157 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2011-12-06 12:02:49 +00:00
parent a55982d130
commit 565191ad50
3 changed files with 22 additions and 0 deletions

View file

@ -32,6 +32,7 @@ enum shortcut_type {
SHORTCUT_BROWSER,
SHORTCUT_PLAYLISTMENU,
SHORTCUT_SEPARATOR,
SHORTCUT_SHUTDOWN,
SHORTCUT_TYPE_COUNT
};