diff options
author | Doug Zongker <dougz@google.com> | 2012-09-18 21:37:02 +0200 |
---|---|---|
committer | The Android Automerger <android-build@android.com> | 2012-09-19 01:30:55 +0200 |
commit | ea6b2a7a85e1302b23ed0d9916e4b38015bc9a23 (patch) | |
tree | 6990ad74371795a16ac1670bb21ca2f8e6aeb6bd /screen_ui.h | |
parent | merge in jb-mr1-release history after reset to jb-mr1-dev (diff) | |
download | android_bootable_recovery-ea6b2a7a85e1302b23ed0d9916e4b38015bc9a23.tar android_bootable_recovery-ea6b2a7a85e1302b23ed0d9916e4b38015bc9a23.tar.gz android_bootable_recovery-ea6b2a7a85e1302b23ed0d9916e4b38015bc9a23.tar.bz2 android_bootable_recovery-ea6b2a7a85e1302b23ed0d9916e4b38015bc9a23.tar.lz android_bootable_recovery-ea6b2a7a85e1302b23ed0d9916e4b38015bc9a23.tar.xz android_bootable_recovery-ea6b2a7a85e1302b23ed0d9916e4b38015bc9a23.tar.zst android_bootable_recovery-ea6b2a7a85e1302b23ed0d9916e4b38015bc9a23.zip |
Diffstat (limited to '')
-rw-r--r-- | screen_ui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/screen_ui.h b/screen_ui.h index 16ee741b7..80051724b 100644 --- a/screen_ui.h +++ b/screen_ui.h @@ -29,6 +29,7 @@ class ScreenRecoveryUI : public RecoveryUI { ScreenRecoveryUI(); void Init(); + void SetLocale(const char* locale); // overall recovery state ("background image") void SetBackground(Icon icon); @@ -55,6 +56,7 @@ class ScreenRecoveryUI : public RecoveryUI { private: Icon currentIcon; int installingFrame; + bool rtl_locale; pthread_mutex_t updateMutex; gr_surface backgroundIcon[5]; |