[Tizen] dali ubuntu tizen branch build error fix 14/127814/1 accepted/tizen/unified/20170502.165638 submit/tizen/20170502.061218
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 2 May 2017 01:53:44 +0000 (10:53 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 2 May 2017 01:53:53 +0000 (10:53 +0900)
This reverts commit fb4decd2c1a72383b714dfe5f0bc3f9c097b1d8c.

Change-Id: I0558310ed03fa5d0ac30048e2a61a732b45326eb

adaptors/x11/window-impl-x.cpp

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