[4.0] Supports screen rotation.
[platform/core/uifw/dali-core.git] / dali / internal / common / core-impl.h
old mode 100644 (file)
new mode 100755 (executable)
index 0e745d7..02b6223
@@ -116,6 +116,11 @@ public:
   void SurfaceResized(unsigned int width, unsigned int height);
 
   /**
+   * @copydoc Dali::Integration::Core::SurfaceResized(unsigned int, unsigned int, int orientation)
+   */
+  void SurfaceResized( unsigned int width, unsigned int height, int orientation );
+
+  /**
    * @copydoc Dali::Integration::Core::SetTopMargin( unsigned int margin )
    */
   void SetTopMargin( unsigned int margin );