diff options
author | Doug Zongker <dougz@google.com> | 2012-09-18 22:57:07 +0200 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-09-18 22:57:07 +0200 |
commit | c099f2d938532a4097b373b361cfb5615199257e (patch) | |
tree | 6990ad74371795a16ac1670bb21ca2f8e6aeb6bd /screen_ui.h | |
parent | am 74a806e5: (-s ours) Reconcile with jb-mr1-release - do not merge (diff) | |
parent | am 5fa8c239: localization for recovery messages (diff) | |
download | android_bootable_recovery-c099f2d938532a4097b373b361cfb5615199257e.tar android_bootable_recovery-c099f2d938532a4097b373b361cfb5615199257e.tar.gz android_bootable_recovery-c099f2d938532a4097b373b361cfb5615199257e.tar.bz2 android_bootable_recovery-c099f2d938532a4097b373b361cfb5615199257e.tar.lz android_bootable_recovery-c099f2d938532a4097b373b361cfb5615199257e.tar.xz android_bootable_recovery-c099f2d938532a4097b373b361cfb5615199257e.tar.zst android_bootable_recovery-c099f2d938532a4097b373b361cfb5615199257e.zip |
Diffstat (limited to 'screen_ui.h')
-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]; |