forked from len0rd/rockbox
Corrected a bug on archos with buttonbar which was erased when filetree refreshed (mistake introduced in 2005/10/29 commit; Changed some copyrights in the files (I hope this time will be the good one and the last one ! )
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7684 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6934eaf225
commit
a3ed62b36f
15 changed files with 29 additions and 22 deletions
|
|
@ -7,7 +7,7 @@
|
|||
* \/ \/ \/ \/ \/
|
||||
* $Id$
|
||||
*
|
||||
* Copyright (C) 2005 by Kevin FERRARE
|
||||
* Copyright (C) 2005 by Kevin Ferrare
|
||||
*
|
||||
* All files in this archive are subject to the GNU General Public License.
|
||||
* See the file COPYING in the source tree root for full license agreement.
|
||||
|
|
@ -27,7 +27,6 @@
|
|||
#include <icons.h>
|
||||
|
||||
#include "screen_access.h"
|
||||
#include "buttonbar.h"
|
||||
|
||||
struct screen screens[NB_SCREENS];
|
||||
|
||||
|
|
@ -156,7 +155,7 @@ void screen_update_nblines(struct screen * screen)
|
|||
int height=screen->height;
|
||||
if(global_settings.statusbar)
|
||||
height -= STATUSBAR_HEIGHT;
|
||||
#if CONFIG_KEYPAD == RECORDER_PAD
|
||||
#ifdef HAS_BUTTONBAR
|
||||
if(global_settings.buttonbar)
|
||||
height -= BUTTONBAR_HEIGHT;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue