From 9072a4558cb1db2b82ca3b001f6b95b5afda16c8 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Fri, 16 Oct 2009 19:14:33 +0000 Subject: 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 --- apps/root_menu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/root_menu.h') diff --git a/apps/root_menu.h b/apps/root_menu.h index 2ab3aae..584e048 100644 --- a/apps/root_menu.h +++ b/apps/root_menu.h @@ -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__ */ -- cgit v1.1