mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR into HAVE_BUTTONBAR to bring it in line with the other defines
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17655 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0792596e17
commit
f76122f0e7
12 changed files with 33 additions and 33 deletions
|
@ -68,7 +68,7 @@ struct screen
|
|||
#if (CONFIG_LED == LED_VIRTUAL) || defined(HAVE_REMOTE_LCD)
|
||||
bool has_disk_led;
|
||||
#endif
|
||||
#ifdef HAS_BUTTONBAR
|
||||
#ifdef HAVE_BUTTONBAR
|
||||
bool has_buttonbar;
|
||||
#endif
|
||||
void (*set_viewport)(struct viewport* vp);
|
||||
|
@ -155,7 +155,7 @@ struct screen
|
|||
void (*backlight_set_timeout)(int index);
|
||||
};
|
||||
|
||||
#ifdef HAS_BUTTONBAR
|
||||
#ifdef HAVE_BUTTONBAR
|
||||
/*
|
||||
* Sets if the given screen has a buttonbar or not
|
||||
* - screen : the screen structure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue