From eac00966766ec4b56cadb4c66ff2d5c584f097e9 Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Tue, 2 May 2017 10:53:44 +0900 Subject: [PATCH] [Tizen] dali ubuntu tizen branch build error fix This reverts commit fb4decd2c1a72383b714dfe5f0bc3f9c097b1d8c. Change-Id: I0558310ed03fa5d0ac30048e2a61a732b45326eb --- adaptors/x11/window-impl-x.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adaptors/x11/window-impl-x.cpp b/adaptors/x11/window-impl-x.cpp index 4f07fc6..20b5d7c 100755 --- a/adaptors/x11/window-impl-x.cpp +++ b/adaptors/x11/window-impl-x.cpp @@ -813,7 +813,7 @@ void Window::RotationDone( int orientation, int width, int height ) void* Window::GetNativeWindowHandler() { - return mEventHandler->mEcoreWindow; + return &(mEventHandler->mEcoreWindow); } -- 2.7.4