Revert "[Tizen] dali ubuntu tizen branch build error fix" 51/128151/1
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 8 May 2017 03:28:11 +0000 (12:28 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 8 May 2017 03:28:16 +0000 (12:28 +0900)
This reverts commit eac00966766ec4b56cadb4c66ff2d5c584f097e9.

Change-Id: I6af69b331d32e66d48549caf93bda2814d377702

adaptors/x11/window-impl-x.cpp

index 20b5d7c..4f07fc6 100755 (executable)
@@ -813,7 +813,7 @@ void Window::RotationDone( int orientation, int width, int height )
 
 void* Window::GetNativeWindowHandler()
 {
-  return &(mEventHandler->mEcoreWindow);
+  return mEventHandler->mEcoreWindow;
 }