[4.0] Supports screen rotation.
[platform/core/uifw/dali-core.git] / dali / integration-api / core.cpp
old mode 100644 (file)
new mode 100755 (executable)
index 41dfa0d..ac83383
@@ -84,6 +84,11 @@ void Core::SurfaceResized(unsigned int width, unsigned int height)
   mImpl->SurfaceResized(width, height);
 }
 
+void Core::SurfaceResized( unsigned int width, unsigned int height, int orientation )
+{
+  mImpl->SurfaceResized(width, height, orientation);
+}
+
 void Core::SetTopMargin( unsigned int margin )
 {
   mImpl->SetTopMargin(margin);