diff options
author | Jeffrey Goode <jeffg7@gmail.com> | 2010-04-08 01:43:50 +0000 |
---|---|---|
committer | Jeffrey Goode <jeffg7@gmail.com> | 2010-04-08 01:43:50 +0000 |
commit | accc046cbd76d55a60b18b39dcf82fe1032034d8 (patch) | |
tree | 05f760518257d163fc55207fd08c3df02e41efd3 /apps/onplay.h | |
parent | 3b5eff719a2d4c129feec731d32da05758f58072 (diff) | |
download | rockbox-accc046cbd76d55a60b18b39dcf82fe1032034d8.tar.gz rockbox-accc046cbd76d55a60b18b39dcf82fe1032034d8.tar.bz2 rockbox-accc046cbd76d55a60b18b39dcf82fe1032034d8.zip |
Hotkey: better settings handling, fewer saved variables, localizable hotkey info list
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25529 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/onplay.h')
-rw-r--r-- | apps/onplay.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/onplay.h b/apps/onplay.h index 4eb7c823b8..027ddedc8f 100644 --- a/apps/onplay.h +++ b/apps/onplay.h @@ -31,4 +31,8 @@ enum { ONPLAY_PLAYLIST, }; +#ifdef HAVE_HOTKEY +int get_hotkey_desc_id(int hk_func); +#endif + #endif |