[Tizen] dali ubuntu tizen branch build error fix 97/126797/1 accepted/tizen/unified/20170426.061802 submit/tizen/20170425.094140 submit/tizen/20170425.110915
authortaeyoon0.lee <taeyoon0.lee@samsung.com>
Tue, 25 Apr 2017 05:29:03 +0000 (14:29 +0900)
committertaeyoon0.lee <taeyoon0.lee@samsung.com>
Tue, 25 Apr 2017 05:29:18 +0000 (14:29 +0900)
This reverts commit a73896b34f7d421b3ed9569d9984fdf12aa5f60c.

Change-Id: I12d68072f21a7aebee4a423ff3f8be3b2b8930bd

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);
 }