X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fcommon%2Fwindow-impl.cpp;h=39c6653e0cef1b3ccf574ecea6f4cabe7589d585;hb=29fe14a122d30d04d4b6b31a1526364462584199;hp=e91421a121eb4791dfedc646b752136531b6bdf7;hpb=75939b5ae68e7dc285bef5e6516ffb52cb3c838b;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/window-system/common/window-impl.cpp b/dali/internal/window-system/common/window-impl.cpp index e91421a..39c6653 100755 --- a/dali/internal/window-system/common/window-impl.cpp +++ b/dali/internal/window-system/common/window-impl.cpp @@ -153,7 +153,7 @@ void Window::Initialize(Any surface, const PositionSize& positionSize, const std void Window::OnAdaptorSet(Dali::Adaptor& adaptor) { - mEventHandler = EventHandlerPtr(new EventHandler( mWindowSurface->GetWindowBase(), *mAdaptor ) ); + mEventHandler = EventHandlerPtr(new EventHandler( mWindowSurface, *mAdaptor ) ); mEventHandler->AddObserver( *this ); }