On+play menu now activates on play release

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5094 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2004-09-19 22:54:24 +00:00
parent 6dd2dd093b
commit 1c87a1f62a

View file

@ -814,12 +814,12 @@ static bool handle_shift(int *ds, int *dc, int numentries,
break;
case TREE_RUN:
case TREE_RUN | BUTTON_REL:
#ifdef TREE_RC_PLAY
case TREE_RC_RUN:
#endif
#ifdef TREE_SHIFT
case TREE_SHIFT | TREE_RUN:
case TREE_SHIFT | TREE_RUN | BUTTON_REL:
#endif
{
int onplay_result;