summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2008-10-05 13:01:54 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2008-10-05 13:01:54 +0000
commit1da2f0112e2ef3142c9da8d8bcaf72f6b07ac932 (patch)
tree5c991a509f956db1e2d94f7cb221e81c1c83ffe4 /apps/onplay.c
parentab424ac11cf121be779abdedf1c552bb5b04c791 (diff)
downloadrockbox-1da2f0112e2ef3142c9da8d8bcaf72f6b07ac932.tar.gz
rockbox-1da2f0112e2ef3142c9da8d8bcaf72f6b07ac932.zip
Accept FS#9231 - viewportify the pitch screen by Thomas Martitz.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18714 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 3e6813b255..fae86cf150 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -64,6 +64,7 @@
64#endif 64#endif
65#include "cuesheet.h" 65#include "cuesheet.h"
66#include "backdrop.h" 66#include "backdrop.h"
67#include "pitchscreen.h"
67 68
68static int context; 69static int context;
69static char* selected_file = NULL; 70static char* selected_file = NULL;
@@ -1002,7 +1003,7 @@ MENUITEM_FUNCTION(browse_id3_item, 0, ID2P(LANG_MENU_SHOW_ID3_INFO),
1002 browse_id3, NULL, NULL, Icon_NOICON); 1003 browse_id3, NULL, NULL, Icon_NOICON);
1003#ifdef HAVE_PITCHSCREEN 1004#ifdef HAVE_PITCHSCREEN
1004MENUITEM_FUNCTION(pitch_screen_item, 0, ID2P(LANG_PITCH), 1005MENUITEM_FUNCTION(pitch_screen_item, 0, ID2P(LANG_PITCH),
1005 pitch_screen, NULL, NULL, Icon_Audio); 1006 gui_syncpitchscreen_run, NULL, NULL, Icon_Audio);
1006#endif 1007#endif
1007 1008
1008/* CONTEXT_[TREE|ID3DB] items */ 1009/* CONTEXT_[TREE|ID3DB] items */