Revert "[Tizen] dali ubuntu tizen branch build error fix" 81/127781/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 2 May 2017 01:22:36 +0000 (10:22 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 2 May 2017 01:22:44 +0000 (10:22 +0900)
This reverts commit 71b32d4fc446efae75301d5b536d22a425d8f4a4.

Change-Id: Ie92f15d4c474087fd30060509f24f7772100bd31

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;
 }