summaryrefslogtreecommitdiff
path: root/apps/gui/statusbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/statusbar.h')
-rw-r--r--apps/gui/statusbar.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/gui/statusbar.h b/apps/gui/statusbar.h
index afbdce6d5a..77ceefd69f 100644
--- a/apps/gui/statusbar.h
+++ b/apps/gui/statusbar.h
@@ -42,9 +42,8 @@ struct status_info {
42 bool keylock; 42 bool keylock;
43 bool battery_safe; 43 bool battery_safe;
44 bool redraw_volume; /* true if the volume gauge needs updating */ 44 bool redraw_volume; /* true if the volume gauge needs updating */
45#if CONFIG_LED == LED_VIRTUAL
46 bool led; /* disk LED simulation in the status bar */ 45 bool led; /* disk LED simulation in the status bar */
47#endif 46
48#ifdef HAVE_USB_POWER 47#ifdef HAVE_USB_POWER
49 bool usb_power; 48 bool usb_power;
50#endif 49#endif
@@ -100,9 +99,8 @@ void gui_statusbar_icon_play_state(struct screen * display, int state);
100void gui_statusbar_icon_play_mode(struct screen * display, int mode); 99void gui_statusbar_icon_play_mode(struct screen * display, int mode);
101void gui_statusbar_icon_shuffle(struct screen * display); 100void gui_statusbar_icon_shuffle(struct screen * display);
102void gui_statusbar_icon_lock(struct screen * display); 101void gui_statusbar_icon_lock(struct screen * display);
103#if CONFIG_LED == LED_VIRTUAL
104void gui_statusbar_led(struct screen * display); 102void gui_statusbar_led(struct screen * display);
105#endif 103
106 104
107#ifdef HAVE_RTC 105#ifdef HAVE_RTC
108void gui_statusbar_time(struct screen * display, int hour, int minute); 106void gui_statusbar_time(struct screen * display, int hour, int minute);