mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
remaining of FS#11777. Use rockbox_browse() to display playlists in Playlist Catalog.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28836 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cac01b9cc9
commit
e6b4d8fdee
5 changed files with 39 additions and 195 deletions
|
@ -34,6 +34,7 @@ struct entry {
|
|||
|
||||
|
||||
#define BROWSE_SELECTONLY 0x0001 /* exit on selecting a file */
|
||||
#define BROWSE_NO_CONTEXT 0x0002 /* disable context menu */
|
||||
#define BROWSE_SELECTED 0x0100 /* this bit is set if user selected item */
|
||||
|
||||
struct tree_context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue