X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Ftizen-wayland%2Fdisplay-connection-impl-ecore-wl.h;h=6bcf33d5de33dd252c243f558c7a4f933c7790d4;hb=fa12086fd916090f2b258265e20cfbd803857068;hp=cc31ef076fb98681a2ea3a002f59075c45aac064;hpb=0bece20220da82e12fd76f7bd27984fe189ae870;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/window-system/tizen-wayland/display-connection-impl-ecore-wl.h b/dali/internal/window-system/tizen-wayland/display-connection-impl-ecore-wl.h index cc31ef0..6bcf33d 100644 --- a/dali/internal/window-system/tizen-wayland/display-connection-impl-ecore-wl.h +++ b/dali/internal/window-system/tizen-wayland/display-connection-impl-ecore-wl.h @@ -72,7 +72,7 @@ public: * @brief Sets the surface type * @param[in] type The surface type */ - void SetSurfaceType( RenderSurface::Type type ); + void SetSurfaceType( Integration::RenderSurface::Type type ); /** * @brief Sets the graphics interface @@ -107,7 +107,7 @@ protected: private: EGLNativeDisplayType mDisplay; ///< Wayland-display for rendering - RenderSurface::Type mSurfaceType; ///< The surface type + Integration::RenderSurface::Type mSurfaceType; ///< The surface type GraphicsInterface* mGraphics; ///< The graphics interface };