diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-01-02 12:08:34 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-01-02 12:08:34 +0000 |
| commit | 98ccef267f033fa444a0ca269ec3037a3f7115d7 (patch) | |
| tree | bb7aed9527cd7c3898ab9eaad9d06af71fda21b7 /apps/tree.h | |
| parent | 5bdac4875c8d72f2780c8812d07c6e168112af78 (diff) | |
| download | rockbox-98ccef267f033fa444a0ca269ec3037a3f7115d7.zip rockbox-98ccef267f033fa444a0ca269ec3037a3f7115d7.tar.gz rockbox-98ccef267f033fa444a0ca269ec3037a3f7115d7.tar.bz2 rockbox-98ccef267f033fa444a0ca269ec3037a3f7115d7.tar.xz | |
Prevent entering the menu when returning from a subroutine with MODE-repeat events still in the queue (e.g. from renaming a file) (Ondio)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5526 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 f22163a..f76df90 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -87,6 +87,7 @@ #define TREE_RUN (BUTTON_RIGHT | BUTTON_REL) #define TREE_RUN_PRE BUTTON_RIGHT #define TREE_MENU (BUTTON_MENU | BUTTON_REPEAT) +#define TREE_MENU_PRE BUTTON_MENU #define TREE_WPS (BUTTON_MENU | BUTTON_REL) #define TREE_WPS_PRE BUTTON_MENU #define TREE_CONTEXT (BUTTON_RIGHT | BUTTON_REPEAT) |