[Tizen] dali ubuntu tizen branch build error fix 18/126718/1
authordongsug.song <dongsug.song@samsung.com>
Tue, 25 Apr 2017 02:23:58 +0000 (11:23 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Tue, 25 Apr 2017 02:23:58 +0000 (11:23 +0900)
Change-Id: I974c268b34772eabdd06069855636ac967b2dca9
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
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);
 }