diff options
Diffstat (limited to 'wear_ui.h')
-rw-r--r-- | wear_ui.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -53,7 +53,7 @@ class WearRecoveryUI : public RecoveryUI { // menu display void StartMenu(const char* const * headers, const char* const * items, int initial_selection); - int SelectMenu(int sel); + int SelectMenu(int sel, bool abs = false); void EndMenu(); void Redraw(); @@ -91,7 +91,7 @@ class WearRecoveryUI : public RecoveryUI { bool rtl_locale; pthread_mutex_t updateMutex; - GRSurface* backgroundIcon[5]; + GRSurface* backgroundIcon[NR_ICONS]; GRSurface* *introFrames; GRSurface* *loopFrames; |