forked from len0rd/rockbox
Fix CONFIG_BACKLIGHT warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12393 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
da88e84f48
commit
3a37f46fc9
18 changed files with 51 additions and 48 deletions
|
|
@ -34,7 +34,7 @@
|
|||
#include "peakmeter.h"
|
||||
#include "audio.h"
|
||||
#include "screen_access.h"
|
||||
#ifdef CONFIG_BACKLIGHT
|
||||
#if CONFIG_BACKLIGHT
|
||||
#include "backlight.h"
|
||||
#endif
|
||||
#include "action.h"
|
||||
|
|
@ -1009,7 +1009,7 @@ void peak_meter_draw(struct screen *display, struct meter_scales *scales,
|
|||
|
||||
#ifdef HAVE_RECORDING
|
||||
|
||||
#ifdef CONFIG_BACKLIGHT
|
||||
#if CONFIG_BACKLIGHT
|
||||
/* cliplight */
|
||||
if ((pm_clip_left || pm_clip_right) &&
|
||||
global_settings.cliplight &&
|
||||
|
|
@ -1033,7 +1033,7 @@ void peak_meter_draw(struct screen *display, struct meter_scales *scales,
|
|||
}
|
||||
#endif /* HAVE_REMOTE_LCD */
|
||||
}
|
||||
#endif /*CONFIG_BACKLIGHT */
|
||||
#endif /* CONFIG_BACKLIGHT */
|
||||
|
||||
if (trig_status != TRIG_OFF) {
|
||||
int start_trigx, stop_trigx, ycenter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue