summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/playback_control.h
diff options
context:
space:
mode:
authorTeruaki Kawashima <teru@rockbox.org>2010-02-25 12:14:36 +0000
committerTeruaki Kawashima <teru@rockbox.org>2010-02-25 12:14:36 +0000
commit0cf4cab4319c5cfe3960b73ae835f5f4e5e7f525 (patch)
tree2f61f211473e755445ac932bec7de9a60ce8e269 /apps/plugins/lib/playback_control.h
parent6f3c42284b5067fb13d1855516df16adad117d4e (diff)
downloadrockbox-0cf4cab4319c5cfe3960b73ae835f5f4e5e7f525.zip
rockbox-0cf4cab4319c5cfe3960b73ae835f5f4e5e7f525.tar.gz
rockbox-0cf4cab4319c5cfe3960b73ae835f5f4e5e7f525.tar.bz2
rockbox-0cf4cab4319c5cfe3960b73ae835f5f4e5e7f525.tar.xz
plugins/lib: remove out-dated comments about plugin api.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24907 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lib/playback_control.h')
-rw-r--r--apps/plugins/lib/playback_control.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/plugins/lib/playback_control.h b/apps/plugins/lib/playback_control.h
index 4371961..3762837 100644
--- a/apps/plugins/lib/playback_control.h
+++ b/apps/plugins/lib/playback_control.h
@@ -21,12 +21,13 @@
#ifndef __PLAYBACK_CONTROL_H__
#define __PLAYBACK_CONTROL_H__
-/* Use these if your menu uses the new menu api.
- REMEMBER to call playback_control_init(rb) before rb->do_menu()...
+/* Use these if your menu uses the new menu api.
+ REMEMBER to call playback_control_init(parent) before rb->do_menu()...
The parent viewport here is needed by the internal functions,
So, make sure you use the same viewport for the rb->do_menu() call
that you use in the playback_control_init() call
*/
+extern const struct menu_item_ex playback_control_menu;
void playback_control_init(struct viewport parent[NB_SCREENS]);
/* Use this if your menu still uses the old menu api */