PlatformSurfaces : modified isReadyForRendering() to always return true
[profile/ivi/layer-management.git] / LayerManagerPlugins / Renderers / Graphic / include / PlatformSurfaces / XPlatformSurface.h
index d15a29d..efcd838 100644 (file)
@@ -52,7 +52,8 @@ public:
 
     bool isReadyForRendering()
     {
-        return m_isReadyForRendering;
+       return true;        
+       /*return m_isReadyForRendering;*/
     }
     // TODO: private/protected
     bool isMapped;