summaryrefslogtreecommitdiff
path: root/apps/screens.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screens.c')
-rw-r--r--apps/screens.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/screens.c b/apps/screens.c
index fde99912d5..fa2f9f9927 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -367,7 +367,7 @@ static const int id3_headers[]=
367{ 367{
368 LANG_ID3_TITLE, 368 LANG_ID3_TITLE,
369 LANG_ID3_ARTIST, 369 LANG_ID3_ARTIST,
370 LANG_ID3_COMPOSER, 370 LANG_ID3_COMPOSER,
371 LANG_ID3_ALBUM, 371 LANG_ID3_ALBUM,
372 LANG_ID3_ALBUMARTIST, 372 LANG_ID3_ALBUMARTIST,
373 LANG_ID3_GROUPING, 373 LANG_ID3_GROUPING,
@@ -766,7 +766,7 @@ int view_runtime(void)
766 while(1) 766 while(1)
767 { 767 {
768 global_status.runtime += ((current_tick - lasttime) / HZ); 768 global_status.runtime += ((current_tick - lasttime) / HZ);
769 769
770 lasttime = current_tick; 770 lasttime = current_tick;
771 if (say_runtime) 771 if (say_runtime)
772 { 772 {
@@ -841,13 +841,13 @@ int calibrate(void)
841 enum touchscreen_mode old_mode = touchscreen_get_mode(); 841 enum touchscreen_mode old_mode = touchscreen_get_mode();
842 struct touchscreen_calibration cal; 842 struct touchscreen_calibration cal;
843 int i, ret = 0; 843 int i, ret = 0;
844 844
845 /* hide the statusbar */ 845 /* hide the statusbar */
846 viewportmanager_theme_enable(SCREEN_MAIN, false, NULL); 846 viewportmanager_theme_enable(SCREEN_MAIN, false, NULL);
847 847
848 touchscreen_disable_mapping(); /* set raw mode */ 848 touchscreen_disable_mapping(); /* set raw mode */
849 touchscreen_set_mode(TOUCHSCREEN_POINT); 849 touchscreen_set_mode(TOUCHSCREEN_POINT);
850 850
851 for(i=0; i<3; i++) 851 for(i=0; i<3; i++)
852 { 852 {
853 screen->clear_display(); 853 screen->clear_display();