recovery: Compatibility with upstream minui change

* minui is changing a lot upstream. We won't merge it here, but
   it's being used in another branch. Add compatibility in CWM
   so that we can move forward.

Change-Id: I6866ec2e4dbbb3e7682595aef91645b6de547435
This commit is contained in:
Steve Kondik
2014-04-30 13:25:41 -07:00
committed by Hashcode
parent ed71fa3e82
commit 626009f1b0
+3
View File
@@ -79,6 +79,9 @@ void ev_dispatch(void);
int res_create_surface(const char* name, gr_surface* pSurface);
int res_create_localized_surface(const char* name, gr_surface* pSurface);
void res_free_surface(gr_surface surface);
static inline int res_create_display_surface(const char* name, gr_surface* pSurface) {
return res_create_surface(name, pSurface);
}
#ifdef __cplusplus
}