From: dongsug.song Date: Tue, 25 Apr 2017 02:23:58 +0000 (+0900) Subject: [Tizen] dali ubuntu tizen branch build error fix X-Git-Tag: accepted/tizen/unified/20170426.061802~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6011594bd77416fac844f6b4814aa4a6b465488;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git [Tizen] dali ubuntu tizen branch build error fix Change-Id: I974c268b34772eabdd06069855636ac967b2dca9 Signed-off-by: dongsug.song --- 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); }