From 4a63c09c8633cd7305af01d1f270125f7bd12a1e Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Tue, 4 Apr 2006 19:28:13 +0000 Subject: Initial support for the advanced conditional fully configurable tagcache browser. Browsing not supported by numeric tags yet, and some features work currently only when tagcache is loaded in ram. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9501 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagtree.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/tagtree.h') diff --git a/apps/tagtree.h b/apps/tagtree.h index 7eafb7061d..2a275c89f8 100644 --- a/apps/tagtree.h +++ b/apps/tagtree.h @@ -22,11 +22,11 @@ #include "tagcache.h" #include "tree.h" -enum table { invalid, root, allsongs, allalbums, allartists, allgenres, - albums4artist, songs4album, songs4artist, artist4genres, - search, searchartists, searchalbums, searchsongs, - chunked_next }; +enum table { + invalid, root, navibrowse, + chunked_next }; +void tagtree_init(void); int tagtree_enter(struct tree_context* c); void tagtree_exit(struct tree_context* c); int tagtree_load(struct tree_context* c); -- cgit v1.2.3