X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fubuntu-x11%2Fdisplay-connection-impl-x.cpp;h=78c3fc0b8ca41a88fc403db9f02e1038cdf6bb06;hb=c12c1126016b3e49cf1237064f4b7ce5c302e0e4;hp=1e85ebe0d437b14773ba84cdd9e1544020fb5e50;hpb=b9f6cb965200299f015ccbf8da0c697b5f45eb45;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/window-system/ubuntu-x11/display-connection-impl-x.cpp b/dali/internal/window-system/ubuntu-x11/display-connection-impl-x.cpp index 1e85ebe..78c3fc0 100644 --- a/dali/internal/window-system/ubuntu-x11/display-connection-impl-x.cpp +++ b/dali/internal/window-system/ubuntu-x11/display-connection-impl-x.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 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. @@ -97,9 +97,9 @@ bool DisplayConnectionX11::InitializeGraphics() return true; } -void DisplayConnectionX11::SetSurfaceType( Integration::RenderSurface::Type type ) +void DisplayConnectionX11::SetSurfaceType( Dali::RenderSurfaceInterface::Type type ) { - if( type == Integration::RenderSurface::WINDOW_RENDER_SURFACE ) + if( type == Dali::RenderSurfaceInterface::WINDOW_RENDER_SURFACE ) { // Because of DDK issue, we need to use separated x display instead of ecore default display mDisplay = XOpenDisplay(0);