From 2014577fffe20b88437d5449c4e7412b6203eb79 Mon Sep 17 00:00:00 2001 From: Heeyong Song Date: Mon, 8 May 2017 12:28:11 +0900 Subject: [PATCH] Revert "[Tizen] dali ubuntu tizen branch build error fix" This reverts commit eac00966766ec4b56cadb4c66ff2d5c584f097e9. Change-Id: I6af69b331d32e66d48549caf93bda2814d377702 --- 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 20b5d7c..4f07fc6 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