diff options
author | Doug Zongker <dougz@android.com> | 2011-09-20 14:16:46 -0700 |
---|---|---|
committer | Doug Zongker <dougz@android.com> | 2011-09-20 14:16:46 -0700 |
commit | fdfb636336dd848621e1a1401b1cd1ef29a0a060 (patch) | |
tree | 7d2700395782253d999b063260df3e2db065d62f /ui.c | |
parent | 88e0899617229db57ae2c616fddcf40543c8e392 (diff) | |
download | bootable_recovery-fdfb636336dd848621e1a1401b1cd1ef29a0a060.zip bootable_recovery-fdfb636336dd848621e1a1401b1cd1ef29a0a060.tar.gz bootable_recovery-fdfb636336dd848621e1a1401b1cd1ef29a0a060.tar.bz2 |
update recovery with new 3D images
Change-Id: I6d52fd1db27fdf1b61f41f598a2209b70385b106
Diffstat (limited to 'ui.c')
-rw-r--r-- | ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |