aboutsummaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorTom Marshall <tdm@cyngn.com>2014-11-21 16:13:22 -0800
committerTom Marshall <tdm@cyngn.com>2015-11-25 15:35:22 -0800
commit1ac4efa02d0023b219e54af34d154122be3dbead (patch)
treeaa98aa37c7f21a55000be050b92b43e68c2aa87f /ui.h
parent8c0781743356e84e3b3e248d99ba09c44456bd9c (diff)
downloadbootable_recovery-1ac4efa02d0023b219e54af34d154122be3dbead.zip
bootable_recovery-1ac4efa02d0023b219e54af34d154122be3dbead.tar.gz
bootable_recovery-1ac4efa02d0023b219e54af34d154122be3dbead.tar.bz2
recovery: New icon type VIEWING_LOG
* Fixes "View recovery logs" This is probably not the best solution, perhaps find a different way? Change-Id: Ibd901ce7f69ec05c4d26cdb027e51b7e5b826034
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.h b/ui.h
index acf3645..df7fbde 100644
--- a/ui.h
+++ b/ui.h
@@ -106,7 +106,7 @@ class RecoveryUI {
virtual void SetLocale(const char* locale) = 0;
// Set the overall recovery state ("background image").
- enum Icon { NONE, INSTALLING_UPDATE, ERASING, NO_COMMAND, D_INFO, D_ERROR, NR_ICONS };
+ enum Icon { NONE, INSTALLING_UPDATE, VIEWING_LOG, ERASING, NO_COMMAND, D_INFO, D_ERROR, NR_ICONS };
virtual void SetBackground(Icon icon) = 0;
// --- progress indicator ---