X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fintegration-api%2Fcore.h;h=002621c3c8c0470247669f3793fffbad8794e44e;hb=refs%2Fchanges%2F41%2F168841%2F6;hp=7db841ae02d64cab88c44c7eab8b63e853068158;hpb=145a9d83ce4debdb5876fa65a246eb65a46a4c01;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/integration-api/core.h b/dali/integration-api/core.h index 7db841a..002621c 100644 --- a/dali/integration-api/core.h +++ b/dali/integration-api/core.h @@ -361,8 +361,9 @@ public: * Multi-threading note: this method should be called from a dedicated rendering thread. * @pre The GL context must have been created, and made current. * @param[out] status showing whether update is required to run. + * @param[in] forceClear force the Clear on the framebuffer even if nothing is rendered. */ - void Render( RenderStatus& status ); + void Render( RenderStatus& status, bool forceClear ); // System-level overlay