diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-06-23 01:31:26 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-06-23 01:31:26 +0000 |
commit | 6e0436f65cd461bb2b21c9a0178dfa6978213d27 (patch) | |
tree | fdd57985a0dd04959d3d7e6856a02ddab1b6dc51 /apps/onplay.h | |
parent | 8b493fa6c4c2ef8245bf991daf350085d128729e (diff) | |
download | rockbox-6e0436f65cd461bb2b21c9a0178dfa6978213d27.tar.gz rockbox-6e0436f65cd461bb2b21c9a0178dfa6978213d27.zip |
Henrik Backes patch for WPS and tag database context menus. Tag database context menus still don't work as expected. Hold Play/Select to pop up the menu.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6835 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/onplay.h')
-rw-r--r-- | apps/onplay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.h b/apps/onplay.h index 7b47479e4b..08737becca 100644 --- a/apps/onplay.h +++ b/apps/onplay.h @@ -19,7 +19,7 @@ #ifndef _ONPLAY_H_ #define _ONPLAY_H_ -int onplay(char* file, int attr); +int onplay(char* file, int attr, int from_screen); enum { ONPLAY_OK, |