summaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@google.com>2014-03-17 23:56:46 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-03-17 23:56:47 +0100
commitd90da13076303a5377de631623e16c34ee195830 (patch)
tree629541c511f84bd4c42ef3de7ad099001874f05c /screen_ui.h
parentMerge "Recovery 64-bit compile issues" (diff)
parentrefactor image resource loading code in minui (diff)
downloadandroid_bootable_recovery-d90da13076303a5377de631623e16c34ee195830.tar
android_bootable_recovery-d90da13076303a5377de631623e16c34ee195830.tar.gz
android_bootable_recovery-d90da13076303a5377de631623e16c34ee195830.tar.bz2
android_bootable_recovery-d90da13076303a5377de631623e16c34ee195830.tar.lz
android_bootable_recovery-d90da13076303a5377de631623e16c34ee195830.tar.xz
android_bootable_recovery-d90da13076303a5377de631623e16c34ee195830.tar.zst
android_bootable_recovery-d90da13076303a5377de631623e16c34ee195830.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 ada006d1e..14b91385d 100644
--- a/screen_ui.h
+++ b/screen_ui.h
@@ -64,6 +64,7 @@ class ScreenRecoveryUI : public RecoveryUI {
private:
Icon currentIcon;
int installingFrame;
+ const char* locale;
bool rtl_locale;
pthread_mutex_t updateMutex;