diff options
author | Tao Bao <tbao@google.com> | 2015-12-18 23:20:20 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-12-18 23:20:20 +0100 |
commit | 29b0fbe160f815a142fa0d056c1ce10186cea516 (patch) | |
tree | c311d658de7ac03080583b24e9157cc6f502f1b4 /minui/minui.h | |
parent | Merge "updater: Use O_SYNC and fsync() for package_extract_file()." (diff) | |
parent | res: Embed FPS into icon_installing.png. (diff) | |
download | android_bootable_recovery-29b0fbe160f815a142fa0d056c1ce10186cea516.tar android_bootable_recovery-29b0fbe160f815a142fa0d056c1ce10186cea516.tar.gz android_bootable_recovery-29b0fbe160f815a142fa0d056c1ce10186cea516.tar.bz2 android_bootable_recovery-29b0fbe160f815a142fa0d056c1ce10186cea516.tar.lz android_bootable_recovery-29b0fbe160f815a142fa0d056c1ce10186cea516.tar.xz android_bootable_recovery-29b0fbe160f815a142fa0d056c1ce10186cea516.tar.zst android_bootable_recovery-29b0fbe160f815a142fa0d056c1ce10186cea516.zip |
Diffstat (limited to 'minui/minui.h')
-rw-r--r-- | minui/minui.h | 4 |
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); |