From 75c3d0b9f10ea30b827052b7a6f894734e705c4f Mon Sep 17 00:00:00 2001 From: Frank Dischner Date: Wed, 29 Mar 2006 16:21:42 +0000 Subject: Add support for loadable vkeyboard layouts git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9347 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/tree.h') 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*); -- cgit v1.1