summaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@google.com>2014-03-18 00:13:08 +0100
committerDoug Zongker <dougz@google.com>2014-03-18 00:13:08 +0100
commitc4025e90f4e73bd9bf9665000276663e35c0066b (patch)
treef103aef739b9715fd1546b060e132a39a071a4af /screen_ui.h
parentam 026ebe02: Merge "Recovery 64-bit compile issues" (diff)
parentMerge "refactor image resource loading code in minui" (diff)
downloadandroid_bootable_recovery-c4025e90f4e73bd9bf9665000276663e35c0066b.tar
android_bootable_recovery-c4025e90f4e73bd9bf9665000276663e35c0066b.tar.gz
android_bootable_recovery-c4025e90f4e73bd9bf9665000276663e35c0066b.tar.bz2
android_bootable_recovery-c4025e90f4e73bd9bf9665000276663e35c0066b.tar.lz
android_bootable_recovery-c4025e90f4e73bd9bf9665000276663e35c0066b.tar.xz
android_bootable_recovery-c4025e90f4e73bd9bf9665000276663e35c0066b.tar.zst
android_bootable_recovery-c4025e90f4e73bd9bf9665000276663e35c0066b.zip
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 aa114a4d9..532269f84 100644
--- a/screen_ui.h
+++ b/screen_ui.h
@@ -63,6 +63,7 @@ class ScreenRecoveryUI : public RecoveryUI {
private:
Icon currentIcon;
int installingFrame;
+ const char* locale;
bool rtl_locale;
pthread_mutex_t updateMutex;