aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2010-06-23 17:38:05 -0700
committerKoushik Dutta <koushd@gmail.com>2010-06-23 17:38:05 -0700
commit0eb14b30e0203ba5758452f115786ee3d6dc97a1 (patch)
tree80bd67cd0333c25d0721288509a6197bf02edad5 /common.h
parentcd44ab973ebef327384ca5475f8276c37c2e8538 (diff)
parent2654f5aae18c67ad9aff6dbcdf9bc67b62e37d2d (diff)
downloadbootable_recovery-0eb14b30e0203ba5758452f115786ee3d6dc97a1.zip
bootable_recovery-0eb14b30e0203ba5758452f115786ee3d6dc97a1.tar.gz
bootable_recovery-0eb14b30e0203ba5758452f115786ee3d6dc97a1.tar.bz2
Merge from Froyo.
Diffstat (limited to 'common.h')
-rw-r--r--common.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/common.h b/common.h
index 81d9029..fd8605a 100644
--- a/common.h
+++ b/common.h
@@ -52,17 +52,10 @@ enum {
BACKGROUND_ICON_NONE,
BACKGROUND_ICON_INSTALLING,
BACKGROUND_ICON_ERROR,
- BACKGROUND_ICON_FIRMWARE_INSTALLING,
- BACKGROUND_ICON_FIRMWARE_ERROR,
NUM_BACKGROUND_ICONS
};
void ui_set_background(int icon);
-// Get a malloc'd copy of the screen image showing (only) the specified icon.
-// Also returns the width, height, and bits per pixel of the returned image.
-// TODO: Use some sort of "struct Bitmap" here instead of all these variables?
-char *ui_copy_image(int icon, int *width, int *height, int *bpp);
-
// Show a progress bar and define the scope of the next operation:
// portion - fraction of the progress bar the next operation will use
// seconds - expected time interval (progress bar moves at this minimum rate)