summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 5b876d3e67..60658f6857 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -266,6 +266,7 @@ struct system_status
266{ 266{
267 int resume_index; /* index in playlist (-1 for no active resume) */ 267 int resume_index; /* index in playlist (-1 for no active resume) */
268 uint32_t resume_crc32; /* crc32 of the name of the file */ 268 uint32_t resume_crc32; /* crc32 of the name of the file */
269 uint32_t resume_elapsed; /* elapsed time in last file */
269 uint32_t resume_offset; /* byte offset in mp3 file */ 270 uint32_t resume_offset; /* byte offset in mp3 file */
270 int runtime; /* current runtime since last charge */ 271 int runtime; /* current runtime since last charge */
271 int topruntime; /* top known runtime */ 272 int topruntime; /* top known runtime */
@@ -282,6 +283,7 @@ struct system_status
282#ifdef HAVE_LCD_BITMAP 283#ifdef HAVE_LCD_BITMAP
283 int font_id[NB_SCREENS]; /* font id of the settings font for each screen */ 284 int font_id[NB_SCREENS]; /* font id of the settings font for each screen */
284#endif 285#endif
286
285}; 287};
286 288
287struct user_settings 289struct user_settings