forked from len0rd/rockbox
fix yellow/red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26110 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b6867dc998
commit
ceeb7576a9
2 changed files with 8 additions and 2 deletions
|
@ -79,6 +79,11 @@ enum fms_exiting {
|
||||||
FMS_ENTER
|
FMS_ENTER
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* only radio.c should be using these! */
|
||||||
|
int fms_do_button_loop(bool update_screen);
|
||||||
|
struct gui_wps *fms_get(enum screen_type screen);
|
||||||
|
void fms_fix_displays(enum fms_exiting toggle_state);
|
||||||
|
|
||||||
#endif /* CONFIG_TUNER */
|
#endif /* CONFIG_TUNER */
|
||||||
|
|
||||||
#endif /* RADIO_H */
|
#endif /* RADIO_H */
|
||||||
|
|
|
@ -17,6 +17,7 @@ INCLUDES = -I$(ROOTDIR)/apps/gui \
|
||||||
-I$(ROOTDIR)/firmware/include \
|
-I$(ROOTDIR)/firmware/include \
|
||||||
-I$(ROOTDIR)/apps \
|
-I$(ROOTDIR)/apps \
|
||||||
-I$(ROOTDIR)/apps/recorder \
|
-I$(ROOTDIR)/apps/recorder \
|
||||||
|
-I$(ROOTDIR)/apps/radio \
|
||||||
-I$(APPSDIR) \
|
-I$(APPSDIR) \
|
||||||
-I$(BUILDDIR)
|
-I$(BUILDDIR)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue