summaryrefslogtreecommitdiffstats
path: root/minui/minui.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2014-03-07 18:21:25 +0100
committerDoug Zongker <dougz@android.com>2014-03-07 18:45:44 +0100
commiteac881c952fc6be0beeb5f719e3a70e651f3610e (patch)
tree89508421fe11ed892975a0d967c12a9e97619384 /minui/minui.h
parentMerge "support don't-care maps when writing the system image" (diff)
downloadandroid_bootable_recovery-eac881c952fc6be0beeb5f719e3a70e651f3610e.tar
android_bootable_recovery-eac881c952fc6be0beeb5f719e3a70e651f3610e.tar.gz
android_bootable_recovery-eac881c952fc6be0beeb5f719e3a70e651f3610e.tar.bz2
android_bootable_recovery-eac881c952fc6be0beeb5f719e3a70e651f3610e.tar.lz
android_bootable_recovery-eac881c952fc6be0beeb5f719e3a70e651f3610e.tar.xz
android_bootable_recovery-eac881c952fc6be0beeb5f719e3a70e651f3610e.tar.zst
android_bootable_recovery-eac881c952fc6be0beeb5f719e3a70e651f3610e.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 573dd71f4..3250955c7 100644
--- a/minui/minui.h
+++ b/minui/minui.h
@@ -73,6 +73,7 @@ int ev_get_epollfd(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);