[client] overlay: add new needs_render for realtime overlays

This commit is contained in:
Geoffrey McRae
2021-08-01 21:13:59 +10:00
parent 23c77e8508
commit e23144aecd
4 changed files with 28 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ void app_glSwapBuffers(void);
#define MAX_OVERLAY_RECTS 10
void app_registerOverlay(const struct LG_OverlayOps * ops, void * params);
void app_setOverlay(bool enable);
bool app_overlayNeedsRender(void);
/**
* render the overlay
* returns: