aboutsummaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
authorTom Marshall <tdm@cyngn.com>2015-02-03 09:56:57 -0800
committerTom Marshall <tdm@cyngn.com>2015-11-25 15:35:47 -0800
commitf028ccd3443a4526c245c8c664b37588be301eb2 (patch)
tree6608d58a19aa2821157b01b8754a8805a12ba7dd /screen_ui.h
parentd644eb58fde7d39a416850af3caeb4cbce514ec8 (diff)
downloadbootable_recovery-f028ccd3443a4526c245c8c664b37588be301eb2.zip
bootable_recovery-f028ccd3443a4526c245c8c664b37588be301eb2.tar.gz
bootable_recovery-f028ccd3443a4526c245c8c664b37588be301eb2.tar.bz2
recovery: Headless mode
Change-Id: I6b54bde65264aee99cb51a19436e82054b31fe74
Diffstat (limited to 'screen_ui.h')
-rw-r--r--screen_ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/screen_ui.h b/screen_ui.h
index fff0f0e..b03b6ef 100644
--- a/screen_ui.h
+++ b/screen_ui.h
@@ -58,6 +58,7 @@ class ScreenRecoveryUI : public RecoveryUI {
int DialogShowing() const { return (dialog_text != NULL); }
bool DialogDismissable() const { return (dialog_icon == D_ERROR); }
void DialogDismiss();
+ void SetHeadlessMode();
// menu display
virtual int MenuItemStart() const { return menu_item_start_; }