Suspend window deletion while rendering
[platform/core/uifw/dali-adaptor.git] / dali / internal / system / common / thread-controller.h
index aeac0af..471a5f9 100644 (file)
@@ -138,6 +138,11 @@ public:
    */
   void AddSurface( Dali::RenderSurfaceInterface* surface );
 
+  /**
+   * @copydoc Dali::Adaptor::IsRenderingWindows()
+   */
+  bool IsRenderingWindows() const;
+
 private:
 
   // Undefined copy constructor.