Index: core/cross/client.h |
=================================================================== |
--- core/cross/client.h (revision 69196) |
+++ core/cross/client.h (working copy) |
@@ -264,6 +264,9 @@ |
// the plugin to become reentrant. Detect this at a higher level. |
bool IsRendering(); |
+ // Needs either ONDEMAND or CONTINOUS render. |
+ bool NeedsRender(); |
+ |
// If Renderer::max_fps has been set in RENDERMODE_CONTINUOUS mode, we don't |
// draw on each tick but just let new textures drive the rendering. There is |
// only one exception: if we haven't received any new textures for a while, we |