diff options
author | Doug Zongker <dougz@android.com> | 2014-03-07 18:21:25 +0100 |
---|---|---|
committer | Doug Zongker <dougz@google.com> | 2014-03-11 22:06:35 +0100 |
commit | 469954fe3d7c3d729e500512ab911a037b90cc77 (patch) | |
tree | 979387b5cb6cb777638f71c8773fbebbca04fea0 /minui/minui.h | |
parent | Merge "ADB sideload command not work" (diff) | |
download | android_bootable_recovery-469954fe3d7c3d729e500512ab911a037b90cc77.tar android_bootable_recovery-469954fe3d7c3d729e500512ab911a037b90cc77.tar.gz android_bootable_recovery-469954fe3d7c3d729e500512ab911a037b90cc77.tar.bz2 android_bootable_recovery-469954fe3d7c3d729e500512ab911a037b90cc77.tar.lz android_bootable_recovery-469954fe3d7c3d729e500512ab911a037b90cc77.tar.xz android_bootable_recovery-469954fe3d7c3d729e500512ab911a037b90cc77.tar.zst android_bootable_recovery-469954fe3d7c3d729e500512ab911a037b90cc77.zip |
Diffstat (limited to 'minui/minui.h')
-rw-r--r-- | minui/minui.h | 1 |
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); |