Merge "DALi Version 1.2.27" into devel/master
[platform/core/uifw/dali-adaptor.git] / adaptors / wayland / window-impl-wl.cpp
index 1203c9d..f0be235 100644 (file)
@@ -114,7 +114,8 @@ Window::Window()
   mNextIndicatorOrientation(Dali::Window::PORTRAIT),
   mIndicatorOpacityMode(Dali::Window::OPAQUE),
   mOverlay(NULL),
-  mAdaptor(NULL)
+  mAdaptor(NULL),
+  mPreferredOrientation(Dali::Window::PORTRAIT)
 {
   mEventHandler = NULL;
 }
@@ -281,7 +282,7 @@ void Window::RotationDone( int orientation, int width, int height )
 {
 }
 
-//} // Wayland
+
 } // Adaptor
 } // Internal
 } // Dali