X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fwindows%2Fdisplay-connection-impl-win.cpp;h=f989b08cc5bed4f81cd8a80812f391eab9fd126e;hb=56fe2ff219abb4c0db738735d536c4dbe049bddd;hp=fcc0dc2be1ab6214d9a75b6d634d44eabc63c09b;hpb=385c215c1e69a64e179417ee60fb9e67f5439fce;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/window-system/windows/display-connection-impl-win.cpp b/dali/internal/window-system/windows/display-connection-impl-win.cpp index fcc0dc2..f989b08 100755 --- a/dali/internal/window-system/windows/display-connection-impl-win.cpp +++ b/dali/internal/window-system/windows/display-connection-impl-win.cpp @@ -22,7 +22,7 @@ #include // INTERNAL HEADERS -#include +#include namespace Dali { @@ -96,7 +96,6 @@ void DisplayConnectionWin::SetSurfaceType( RenderSurface::Type type ) { if( type == RenderSurface::WINDOW_RENDER_SURFACE ) { - // Because of DDK issue, we need to use separated x display instead of ecore default display mDisplay = GetDC( GetForegroundWindow() ); } }