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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/gui/statusbar.h b/apps/gui/statusbar.h
index 483652d67d..d3acbec8e5 100644
--- a/apps/gui/statusbar.h
+++ b/apps/gui/statusbar.h
@@ -7,7 +7,7 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2005 by Kévin FERRARE 10 * Copyright (C) 2005 by Kevin FERRARE
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement. 13 * See the file COPYING in the source tree root for full license agreement.
@@ -26,8 +26,10 @@
26struct status_info { 26struct status_info {
27 int battlevel; 27 int battlevel;
28 int volume; 28 int volume;
29#ifdef HAVE_RTC
29 int hour; 30 int hour;
30 int minute; 31 int minute;
32#endif
31 int playmode; 33 int playmode;
32 int repeat; 34 int repeat;
33 bool inserted; 35 bool inserted;