X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fwindows%2Fwindow-base-win.cpp;h=7efa8b3639583fdb095a1092dcdfacab905f7832;hb=70189749d12fc175c530b8d852386e1c13088fbd;hp=f7b4e6dc6ce6728333e9ad63707912fa97298aa6;hpb=a92771e3821fb244fa81d488449aa8b2c6be5e0b;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/window-system/windows/window-base-win.cpp b/dali/internal/window-system/windows/window-base-win.cpp index f7b4e6d..7efa8b3 100755 --- a/dali/internal/window-system/windows/window-base-win.cpp +++ b/dali/internal/window-system/windows/window-base-win.cpp @@ -560,11 +560,16 @@ void WindowBaseWin::EventEntry( TWinEventInfo *event ) } } -void WindowBaseWin::SetParent( WindowBase* parentWinBase ) +void WindowBaseWin::SetParent( Any parent ) { } +bool WindowBaseWin::IsMatchedWindow( Any window ) +{ + return false; +} + } // namespace Adaptor } // namespace Internal