diff options
| author | Hristo Kovachev <bger@rockbox.org> | 2006-04-02 12:23:08 +0000 |
|---|---|---|
| committer | Hristo Kovachev <bger@rockbox.org> | 2006-04-02 12:23:08 +0000 |
| commit | 009853f40e8d3a7ca242e03b66083ccfbbf960f6 (patch) | |
| tree | a54c878870d720412218fe316c233f10cbf1c3e8 /apps/tree.h | |
| parent | b0b333f95ef8b86ac1392ecaad26a3453d7c8d65 (diff) | |
| download | rockbox-009853f40e8d3a7ca242e03b66083ccfbbf960f6.zip rockbox-009853f40e8d3a7ca242e03b66083ccfbbf960f6.tar.gz rockbox-009853f40e8d3a7ca242e03b66083ccfbbf960f6.tar.bz2 rockbox-009853f40e8d3a7ca242e03b66083ccfbbf960f6.tar.xz | |
Patch #2711 by Alexander Spyridakis with some changes by me: adds load/save of presets to different files;
Also fix the preset menu context menu not working on the remote
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9425 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 c632ccd..ae97351 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -243,6 +243,7 @@ struct tree_context { #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_FMR 0x1300 /* preset file */ #define TREE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */ void tree_get_filetypes(const struct filetype**, int*); |