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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user