summaryrefslogtreecommitdiffstats
path: root/ui.c
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2011-09-20 23:16:46 +0200
committerDoug Zongker <dougz@android.com>2011-09-20 23:16:46 +0200
commitfdfb636336dd848621e1a1401b1cd1ef29a0a060 (patch)
tree7d2700395782253d999b063260df3e2db065d62f /ui.c
parentminui: events: only open input devices with EV_KEY and/or EV_REL (diff)
downloadandroid_bootable_recovery-fdfb636336dd848621e1a1401b1cd1ef29a0a060.tar
android_bootable_recovery-fdfb636336dd848621e1a1401b1cd1ef29a0a060.tar.gz
android_bootable_recovery-fdfb636336dd848621e1a1401b1cd1ef29a0a060.tar.bz2
android_bootable_recovery-fdfb636336dd848621e1a1401b1cd1ef29a0a060.tar.lz
android_bootable_recovery-fdfb636336dd848621e1a1401b1cd1ef29a0a060.tar.xz
android_bootable_recovery-fdfb636336dd848621e1a1401b1cd1ef29a0a060.tar.zst
android_bootable_recovery-fdfb636336dd848621e1a1401b1cd1ef29a0a060.zip
Diffstat (limited to '')
-rw-r--r--ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index d08f7d31a..25df3d043 100644
--- a/ui.c
+++ b/ui.c
@@ -45,7 +45,7 @@ UIParameters ui_parameters = {
6, // indeterminate progress bar frames
20, // fps
7, // installation icon frames (0 == static image)
- 33, 83, // installation icon overlay offset
+ 13, 190, // installation icon overlay offset
};
static pthread_mutex_t gUpdateMutex = PTHREAD_MUTEX_INITIALIZER;