From 71b32d4fc446efae75301d5b536d22a425d8f4a4 Mon Sep 17 00:00:00 2001 From: "taeyoon0.lee" Date: Tue, 25 Apr 2017 14:29:03 +0900 Subject: [PATCH] [Tizen] dali ubuntu tizen branch build error fix This reverts commit a73896b34f7d421b3ed9569d9984fdf12aa5f60c. Change-Id: I12d68072f21a7aebee4a423ff3f8be3b2b8930bd --- 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