diff options
author | yetta_wu <yetta_wu@asus.com> | 2013-06-25 09:03:11 +0200 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-07-02 21:35:58 +0200 |
commit | 5b468fc9305bf3adef681fa1e56364fc51761af8 (patch) | |
tree | cbce8a65f7e9ab286fe30938e6d65928d989e5dd /screen_ui.cpp | |
parent | recovery: copy logs to cache more aggressively (diff) | |
download | android_bootable_recovery-5b468fc9305bf3adef681fa1e56364fc51761af8.tar android_bootable_recovery-5b468fc9305bf3adef681fa1e56364fc51761af8.tar.gz android_bootable_recovery-5b468fc9305bf3adef681fa1e56364fc51761af8.tar.bz2 android_bootable_recovery-5b468fc9305bf3adef681fa1e56364fc51761af8.tar.lz android_bootable_recovery-5b468fc9305bf3adef681fa1e56364fc51761af8.tar.xz android_bootable_recovery-5b468fc9305bf3adef681fa1e56364fc51761af8.tar.zst android_bootable_recovery-5b468fc9305bf3adef681fa1e56364fc51761af8.zip |
Diffstat (limited to 'screen_ui.cpp')
-rw-r--r-- | screen_ui.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/screen_ui.cpp b/screen_ui.cpp index 222de00ee..93e260936 100644 --- a/screen_ui.cpp +++ b/screen_ui.cpp @@ -82,6 +82,10 @@ ScreenRecoveryUI::ScreenRecoveryUI() : install_overlay_offset_y(190), overlay_offset_x(-1), overlay_offset_y(-1) { + + for (int i = 0; i < 5; i++) + backgroundIcon[i] = NULL; + pthread_mutex_init(&updateMutex, NULL); self = this; } |