X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fubuntu-x11%2Fdisplay-connection-impl-x.cpp;h=ba1af149e04dd2b6a835d1a28aba28b6011757a0;hb=263ec21432f3d7c9f9be5b463748fdce8f6942e4;hp=e60589212b49acdcff8502b0a0372b80b1a8acb6;hpb=cf13838fd26e34e6ed25ceee04a56b1090d8222f;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 e605892..ba1af14 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 @@ -97,9 +97,9 @@ bool DisplayConnectionX11::InitializeGraphics() return true; } -void DisplayConnectionX11::SetSurfaceType( RenderSurface::Type type ) +void DisplayConnectionX11::SetSurfaceType( Integration::RenderSurface::Type type ) { - if( type == RenderSurface::WINDOW_RENDER_SURFACE ) + if( type == Integration::RenderSurface::WINDOW_RENDER_SURFACE ) { // Because of DDK issue, we need to use separated x display instead of ecore default display mDisplay = XOpenDisplay(0);