summaryrefslogtreecommitdiffstats
path: root/minui/minui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2015-12-18 23:30:28 +0100
committerandroid-build-merger <android-build-merger@google.com>2015-12-18 23:30:28 +0100
commitef911716b04a773bcba1e693638cfd9cbb9e4ddc (patch)
treec311d658de7ac03080583b24e9157cc6f502f1b4 /minui/minui.h
parentMerge "updater: Use O_SYNC and fsync() for package_extract_file()." (diff)
parentMerge "res: Embed FPS into icon_installing.png." (diff)
downloadandroid_bootable_recovery-ef911716b04a773bcba1e693638cfd9cbb9e4ddc.tar
android_bootable_recovery-ef911716b04a773bcba1e693638cfd9cbb9e4ddc.tar.gz
android_bootable_recovery-ef911716b04a773bcba1e693638cfd9cbb9e4ddc.tar.bz2
android_bootable_recovery-ef911716b04a773bcba1e693638cfd9cbb9e4ddc.tar.lz
android_bootable_recovery-ef911716b04a773bcba1e693638cfd9cbb9e4ddc.tar.xz
android_bootable_recovery-ef911716b04a773bcba1e693638cfd9cbb9e4ddc.tar.zst
android_bootable_recovery-ef911716b04a773bcba1e693638cfd9cbb9e4ddc.zip
Diffstat (limited to '')
-rw-r--r--minui/minui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/minui/minui.h b/minui/minui.h
index bdde083f3..e3bc00548 100644
--- a/minui/minui.h
+++ b/minui/minui.h
@@ -101,8 +101,8 @@ int res_create_display_surface(const char* name, GRSurface** pSurface);
// should have a 'Frames' text chunk whose value is the number of
// frames this image represents. The pixel data itself is interlaced
// by row.
-int res_create_multi_display_surface(const char* name,
- int* frames, GRSurface*** pSurface);
+int res_create_multi_display_surface(const char* name, int* frames,
+ int* fps, GRSurface*** pSurface);
// Load a single alpha surface from a grayscale PNG image.
int res_create_alpha_surface(const char* name, GRSurface** pSurface);