X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git;a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Ftizen-wayland%2Fecore-wl2%2Fwindow-factory-ecore-wl2.h;fp=dali%2Finternal%2Fwindow-system%2Ftizen-wayland%2Fwindow-base-factory-ecore-wl.h;h=b5a0111b4c5a9b8b9271521d61049913c893ab72;hp=3bf57378010118dd0c83307bb597c6c3c4a93748;hb=44ac6b074a4d7d2f9474331a364e4629c0bce11a;hpb=969eba3fde5242ccfdef562bb3dd21712ff9df9b diff --git a/dali/internal/window-system/tizen-wayland/window-base-factory-ecore-wl.h b/dali/internal/window-system/tizen-wayland/ecore-wl2/window-factory-ecore-wl2.h similarity index 54% rename from dali/internal/window-system/tizen-wayland/window-base-factory-ecore-wl.h rename to dali/internal/window-system/tizen-wayland/ecore-wl2/window-factory-ecore-wl2.h index 3bf5737..b5a0111 100644 --- a/dali/internal/window-system/tizen-wayland/window-base-factory-ecore-wl.h +++ b/dali/internal/window-system/tizen-wayland/ecore-wl2/window-factory-ecore-wl2.h @@ -1,5 +1,5 @@ -#ifndef DALI_INTERNAL_WINDOWSYSTEM_TIZENWAYLAND_WINDOW_BASE_FACTORY_ECORE_WL_H -#define DALI_INTERNAL_WINDOWSYSTEM_TIZENWAYLAND_WINDOW_BASE_FACTORY_ECORE_WL_H +#ifndef DALI_INTERNAL_WINDOWSYSTEM_TIZENWAYLAND_WINDOW_FACTORY_ECORE_WL2_H +#define DALI_INTERNAL_WINDOWSYSTEM_TIZENWAYLAND_WINDOW_FACTORY_ECORE_WL2_H /* * Copyright (c) 2018 Samsung Electronics Co., Ltd. @@ -18,7 +18,7 @@ * */ -#include +#include namespace Dali { @@ -27,14 +27,16 @@ namespace Internal namespace Adaptor { -class WindowBaseFactoryEcoreWl : public WindowBaseFactory +class WindowFactoryEcoreWl2 : public WindowFactory { public: - std::unique_ptr< Dali::Internal::Adaptor::WindowBase > CreateWindowBase( Window* window, WindowRenderSurface* windowRenderSurface ) override; + std::unique_ptr< WindowBase > CreateWindowBase( Window* window, WindowRenderSurface* windowRenderSurface ) override; + + std::unique_ptr< IndicatorInterface > CreateIndicator( Adaptor* adaptor, Dali::Window::WindowOrientation orientation, IndicatorInterface::Observer* observer ) override; }; } // namespace Adaptor } // namespace Internal } // namespace Dali -#endif // DALI_INTERNAL_WINDOWSYSTEM_TIZENWAYLAND_WINDOW_BASE_FACTORY_ECORE_WL_H +#endif // DALI_INTERNAL_WINDOWSYSTEM_TIZENWAYLAND_WINDOW_FACTORY_ECORE_WL2_H