diff options
Diffstat (limited to 'screen_ui.h')
-rw-r--r-- | screen_ui.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/screen_ui.h b/screen_ui.h index 41ff4af11..ea1a95be1 100644 --- a/screen_ui.h +++ b/screen_ui.h @@ -56,10 +56,12 @@ class ScreenRecoveryUI : public RecoveryUI { int SelectMenu(int sel); void EndMenu(); + void KeyLongPress(int); + void Redraw(); - enum UIElement { HEADER, MENU, MENU_SEL_BG, MENU_SEL_FG, LOG, TEXT_FILL }; - virtual void SetColor(UIElement e); + enum UIElement { HEADER, MENU, MENU_SEL_BG, MENU_SEL_BG_ACTIVE, MENU_SEL_FG, LOG, TEXT_FILL }; + void SetColor(UIElement e); private: Icon currentIcon; |