summaryrefslogtreecommitdiffstats
path: root/minui/minui.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@google.com>2014-03-13 16:44:07 +0100
committerDoug Zongker <dougz@google.com>2014-03-13 16:44:07 +0100
commitcfcec9e1d468708269edbd1e8520d1253989aefb (patch)
tree10485d489baff7a80488b5daf7381916c1fd8b0e /minui/minui.h
parentam 2f173bde: Merge "ADB sideload command not work" (diff)
parentMerge "change how recovery animation is implemented" (diff)
downloadandroid_bootable_recovery-cfcec9e1d468708269edbd1e8520d1253989aefb.tar
android_bootable_recovery-cfcec9e1d468708269edbd1e8520d1253989aefb.tar.gz
android_bootable_recovery-cfcec9e1d468708269edbd1e8520d1253989aefb.tar.bz2
android_bootable_recovery-cfcec9e1d468708269edbd1e8520d1253989aefb.tar.lz
android_bootable_recovery-cfcec9e1d468708269edbd1e8520d1253989aefb.tar.xz
android_bootable_recovery-cfcec9e1d468708269edbd1e8520d1253989aefb.tar.zst
android_bootable_recovery-cfcec9e1d468708269edbd1e8520d1253989aefb.zip
Diffstat (limited to 'minui/minui.h')
-rw-r--r--minui/minui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/minui/minui.h b/minui/minui.h
index 1b8dd059b..5c0defc40 100644
--- a/minui/minui.h
+++ b/minui/minui.h
@@ -72,6 +72,7 @@ void ev_dispatch(void);
// Returns 0 if no error, else negative.
int res_create_surface(const char* name, gr_surface* pSurface);
+int res_create_multi_surface(const char* name, int* frames, gr_surface** pSurface);
int res_create_localized_surface(const char* name, gr_surface* pSurface);
void res_free_surface(gr_surface surface);