diff options
Diffstat (limited to 'apps/status.h')
-rw-r--r-- | apps/status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/status.h b/apps/status.h index 34603656b6..203c7a80d7 100644 --- a/apps/status.h +++ b/apps/status.h @@ -35,7 +35,7 @@ void status_set_playmode(enum playmode mode); #ifdef HAVE_LCD_BITMAP bool statusbar(bool state); #endif -void status_draw(void); +void status_draw(bool force_redraw); #if defined(HAVE_LCD_CHARCELLS) void status_set_record(bool b); |