1
0
Fork 0
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:
Jonathan Gordon 2007-02-17 10:59:30 +00:00
parent 5c156414ca
commit 5dd08e17e9
2 changed files with 4 additions and 3 deletions

View file

@ -157,10 +157,10 @@ static bool show_info(void)
ID2P(LANG_MEGABYTE),
ID2P(LANG_GIGABYTE)
};
#if defined(HAVE_LCD_BITMAP)
FOR_NB_SCREENS(i)
screens[i].setmargins(0, 0);
#endif
while (!done)
{
int y=0;

View file

@ -1317,9 +1317,10 @@ bool view_runtime(void)
unsigned char *lines[]={str(LANG_CLEAR_TIME)};
struct text_message message={(char **)lines, 1};
#if defined(HAVE_LCD_BITMAP)
FOR_NB_SCREENS(i)
screens[i].setmargins(0, 0);
#endif
while(!done)
{
int y[NB_SCREENS]={0};