X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fwindows%2Fdisplay-connection-impl-win.cpp;h=59babb46153290d64465e751ca6cd91b7e76abe0;hb=c12c1126016b3e49cf1237064f4b7ce5c302e0e4;hp=c8d7e90d1861b60d8df81ed2b79d52fb5d8ec43b;hpb=b9f6cb965200299f015ccbf8da0c697b5f45eb45;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 c8d7e90..59babb4 100755 --- a/dali/internal/window-system/windows/display-connection-impl-win.cpp +++ b/dali/internal/window-system/windows/display-connection-impl-win.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -85,9 +85,9 @@ bool DisplayConnectionWin::InitializeGraphics() return true; } -void DisplayConnectionWin::SetSurfaceType( Dali::Integration::RenderSurface::Type type ) +void DisplayConnectionWin::SetSurfaceType( Dali::RenderSurfaceInterface::Type type ) { - if( type == Dali::Integration::RenderSurface::WINDOW_RENDER_SURFACE ) + if( type == Dali::RenderSurfaceInterface::WINDOW_RENDER_SURFACE ) { mDisplay = GetDC( GetForegroundWindow() ); }