forked from len0rd/rockbox
Add %cs tag.
It can be used conditionally and indicates the current screen (wps, rec, radio screens or lists). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23207 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
71411ee83a
commit
9072a4558c
5 changed files with 58 additions and 1 deletions
|
|
@ -58,4 +58,6 @@ extern const struct menu_item_ex root_menu_;
|
|||
|
||||
extern void previous_music_is_wps(void);
|
||||
|
||||
extern int current_screen(void);
|
||||
|
||||
#endif /* __ROOT_MENU_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue