diff options
| author | Frank Dischner <phaedrus961@rockbox.org> | 2006-03-29 16:21:42 +0000 |
|---|---|---|
| committer | Frank Dischner <phaedrus961@rockbox.org> | 2006-03-29 16:21:42 +0000 |
| commit | 75c3d0b9f10ea30b827052b7a6f894734e705c4f (patch) | |
| tree | ec6bfd1a7f7812bf1d7523b597bada006646cb82 /apps/tree.h | |
| parent | 0fec4711d5ba5fff1b321568fb45651e11d79b08 (diff) | |
| download | rockbox-75c3d0b9f10ea30b827052b7a6f894734e705c4f.zip rockbox-75c3d0b9f10ea30b827052b7a6f894734e705c4f.tar.gz rockbox-75c3d0b9f10ea30b827052b7a6f894734e705c4f.tar.bz2 rockbox-75c3d0b9f10ea30b827052b7a6f894734e705c4f.tar.xz | |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.h b/apps/tree.h index 85dd7f6..6f91f7f 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -241,6 +241,7 @@ struct tree_context { #define TREE_ATTR_MOD 0x0900 /* firmware file */ #define TREE_ATTR_RWPS 0x1000 /* remote-wps config file */ #define TREE_ATTR_BMP 0x1100 /* backdrop bmp file */ +#define TREE_ATTR_KBD 0x1200 /* keyboard file */ #define TREE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */ void tree_get_filetypes(const struct filetype**, int*); |