forked from len0rd/rockbox
fix payer build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12348 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5c156414ca
commit
5dd08e17e9
2 changed files with 4 additions and 3 deletions
|
@ -157,10 +157,10 @@ static bool show_info(void)
|
||||||
ID2P(LANG_MEGABYTE),
|
ID2P(LANG_MEGABYTE),
|
||||||
ID2P(LANG_GIGABYTE)
|
ID2P(LANG_GIGABYTE)
|
||||||
};
|
};
|
||||||
|
#if defined(HAVE_LCD_BITMAP)
|
||||||
FOR_NB_SCREENS(i)
|
FOR_NB_SCREENS(i)
|
||||||
screens[i].setmargins(0, 0);
|
screens[i].setmargins(0, 0);
|
||||||
|
#endif
|
||||||
while (!done)
|
while (!done)
|
||||||
{
|
{
|
||||||
int y=0;
|
int y=0;
|
||||||
|
|
|
@ -1317,9 +1317,10 @@ bool view_runtime(void)
|
||||||
unsigned char *lines[]={str(LANG_CLEAR_TIME)};
|
unsigned char *lines[]={str(LANG_CLEAR_TIME)};
|
||||||
struct text_message message={(char **)lines, 1};
|
struct text_message message={(char **)lines, 1};
|
||||||
|
|
||||||
|
#if defined(HAVE_LCD_BITMAP)
|
||||||
FOR_NB_SCREENS(i)
|
FOR_NB_SCREENS(i)
|
||||||
screens[i].setmargins(0, 0);
|
screens[i].setmargins(0, 0);
|
||||||
|
#endif
|
||||||
while(!done)
|
while(!done)
|
||||||
{
|
{
|
||||||
int y[NB_SCREENS]={0};
|
int y[NB_SCREENS]={0};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue