summaryrefslogtreecommitdiff
path: root/apps/tagtree.h
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2006-09-19 12:36:21 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2006-09-19 12:36:21 +0000
commit1e6b227164da279ed83be7f1413880c3553b8614 (patch)
tree833e9365bdfed96b669b45f9706dc84680b02b3d /apps/tagtree.h
parentba34c379676f629d94b80d0c4076e6b08ade171e (diff)
downloadrockbox-1e6b227164da279ed83be7f1413880c3553b8614.tar.gz
rockbox-1e6b227164da279ed83be7f1413880c3553b8614.zip
Properly set list title in tagcache mode and removed one incorrect
entry from tagnavi.config. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11001 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagtree.h')
-rw-r--r--apps/tagtree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagtree.h b/apps/tagtree.h
index 0c612ad395..30e00f6c99 100644
--- a/apps/tagtree.h
+++ b/apps/tagtree.h
@@ -38,6 +38,7 @@ void tagtree_exit(struct tree_context* c);
38int tagtree_load(struct tree_context* c); 38int tagtree_load(struct tree_context* c);
39struct tagentry* tagtree_get_entry(struct tree_context *c, int id); 39struct tagentry* tagtree_get_entry(struct tree_context *c, int id);
40bool tagtree_insert_selection_playlist(int position, bool queue); 40bool tagtree_insert_selection_playlist(int position, bool queue);
41char *tagtree_get_title(struct tree_context* c);
41int tagtree_get_attr(struct tree_context* c); 42int tagtree_get_attr(struct tree_context* c);
42#ifdef HAVE_LCD_BITMAP 43#ifdef HAVE_LCD_BITMAP
43const unsigned char* tagtree_get_icon(struct tree_context* c); 44const unsigned char* tagtree_get_icon(struct tree_context* c);