summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2006-03-26 11:33:42 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2006-03-26 11:33:42 +0000
commit7c4e0c8730d5b076d4db4206361bc38d5256a23f (patch)
tree43382ae25de9bfa0bbabdff7d51c32b651ad47b5 /apps/tree.h
parent50d40ea43409745bc828e56af5e3879ea6b48cf1 (diff)
downloadrockbox-7c4e0c8730d5b076d4db4206361bc38d5256a23f.tar.gz
rockbox-7c4e0c8730d5b076d4db4206361bc38d5256a23f.zip
Initial version of tagcache! There are still some bugs in the engine
and much more problems with the UI. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9256 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.h')
-rw-r--r--apps/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.h b/apps/tree.h
index 9b4888c46a..fe903250d7 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -213,6 +213,7 @@ struct tree_context {
213 int extra_history[MAX_DIR_LEVELS]; /* db use */ 213 int extra_history[MAX_DIR_LEVELS]; /* db use */
214 int currtable; /* db use */ 214 int currtable; /* db use */
215 int currextra; /* db use */ 215 int currextra; /* db use */
216 int currextra2; /* db use */
216 /* A big buffer with plenty of entry structs, 217 /* A big buffer with plenty of entry structs,
217 * contains all files and dirs in the current 218 * contains all files and dirs in the current
218 * dir (with filters applied) */ 219 * dir (with filters applied) */