summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
authorFrank Dischner <phaedrus961@rockbox.org>2006-03-29 16:21:42 +0000
committerFrank Dischner <phaedrus961@rockbox.org>2006-03-29 16:21:42 +0000
commit75c3d0b9f10ea30b827052b7a6f894734e705c4f (patch)
treeec6bfd1a7f7812bf1d7523b597bada006646cb82 /apps/tree.h
parent0fec4711d5ba5fff1b321568fb45651e11d79b08 (diff)
downloadrockbox-75c3d0b9f10ea30b827052b7a6f894734e705c4f.tar.gz
rockbox-75c3d0b9f10ea30b827052b7a6f894734e705c4f.zip
Add support for loadable vkeyboard layouts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9347 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 85dd7f6e1c..6f91f7fcd1 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -241,6 +241,7 @@ struct tree_context {
241#define TREE_ATTR_MOD 0x0900 /* firmware file */ 241#define TREE_ATTR_MOD 0x0900 /* firmware file */
242#define TREE_ATTR_RWPS 0x1000 /* remote-wps config file */ 242#define TREE_ATTR_RWPS 0x1000 /* remote-wps config file */
243#define TREE_ATTR_BMP 0x1100 /* backdrop bmp file */ 243#define TREE_ATTR_BMP 0x1100 /* backdrop bmp file */
244#define TREE_ATTR_KBD 0x1200 /* keyboard file */
244#define TREE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */ 245#define TREE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */
245 246
246void tree_get_filetypes(const struct filetype**, int*); 247void tree_get_filetypes(const struct filetype**, int*);