forked from len0rd/rockbox
Fix red - statusbar_position() is a macro.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23462 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6db726c147
commit
4f0e3ecda9
2 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,7 @@
|
||||||
#endif
|
#endif
|
||||||
#include "abrepeat.h"
|
#include "abrepeat.h"
|
||||||
#include "lang.h"
|
#include "lang.h"
|
||||||
|
#include "statusbar.h"
|
||||||
#include "scrollbar.h"
|
#include "scrollbar.h"
|
||||||
#include "screen_access.h"
|
#include "screen_access.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -106,6 +106,7 @@ extern void gui_syncstatusbar_draw(struct gui_syncstatusbar * bars,
|
||||||
void gui_statusbar_changed(enum screen_type screen,
|
void gui_statusbar_changed(enum screen_type screen,
|
||||||
enum statusbar_values old);
|
enum statusbar_values old);
|
||||||
#if !defined(HAVE_REMOTE_LCD) || defined(__PCTOOL__)
|
#if !defined(HAVE_REMOTE_LCD) || defined(__PCTOOL__)
|
||||||
|
#include "settings.h"
|
||||||
#define statusbar_position(a) (global_settings.statusbar)
|
#define statusbar_position(a) (global_settings.statusbar)
|
||||||
#else
|
#else
|
||||||
enum statusbar_values statusbar_position(int screen);
|
enum statusbar_values statusbar_position(int screen);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue