summaryrefslogtreecommitdiff
path: root/apps/gui/gwps-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps-common.c')
-rw-r--r--apps/gui/gwps-common.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c
index b9b3e9bcd0..31b4de239f 100644
--- a/apps/gui/gwps-common.c
+++ b/apps/gui/gwps-common.c
@@ -31,6 +31,7 @@
31#ifdef HAVE_LCD_CHARCELLS 31#ifdef HAVE_LCD_CHARCELLS
32#include "hwcompat.h" 32#include "hwcompat.h"
33#endif 33#endif
34#include "abrepeat.h"
34#include "mp3_playback.h" 35#include "mp3_playback.h"
35#include "backlight.h" 36#include "backlight.h"
36#include "lang.h" 37#include "lang.h"
@@ -1431,8 +1432,8 @@ bool gui_wps_refresh(struct gui_wps *gwps, int ffwd_offset,
1431 HORIZONTAL); 1432 HORIZONTAL);
1432#ifdef AB_REPEAT_ENABLE 1433#ifdef AB_REPEAT_ENABLE
1433 if ( ab_repeat_mode_enabled() ) 1434 if ( ab_repeat_mode_enabled() )
1434 ab_draw_markers(state->id3->length, 0, sby, LCD_WIDTH, 1435 ab_draw_markers(display, state->id3->length, 0, sby,
1435 PROGRESS_BAR_HEIGHT); 1436 PROGRESS_BAR_HEIGHT);
1436#endif 1437#endif
1437 update_line = true; 1438 update_line = true;
1438 } 1439 }