forked from len0rd/rockbox
Enabled playlist functions on tracks in tagcache
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9877 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b9615514bf
commit
a85b23fa5b
3 changed files with 36 additions and 25 deletions
|
|
@ -35,12 +35,12 @@ int tagtree_enter(struct tree_context* c);
|
|||
void tagtree_exit(struct tree_context* c);
|
||||
int tagtree_load(struct tree_context* c);
|
||||
struct tagentry* tagtree_get_entry(struct tree_context *c, int id);
|
||||
int tagtree_get_attr(struct tree_context* c);
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
const char* tagtree_get_icon(struct tree_context* c);
|
||||
const unsigned char* tagtree_get_icon(struct tree_context* c);
|
||||
#else
|
||||
int tagtree_get_icon(struct tree_context* c);
|
||||
#endif
|
||||
int tagtree_get_filename(struct tree_context* c, char *buf, int buflen);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue