X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fcommon%2Fecore-indicator-impl.cpp;h=3c9a6b1fe2b19433900f31db548e17f9b0b9ff29;hb=refs%2Fchanges%2F90%2F175990%2F1;hp=b097c48272bbbfc22ae2bb44bc6cf1afdbc41e24;hpb=d641c7cf034558901f3706d451bbb436a09bd3ae;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/window-system/common/ecore-indicator-impl.cpp b/dali/internal/window-system/common/ecore-indicator-impl.cpp index b097c48..3c9a6b1 100644 --- a/dali/internal/window-system/common/ecore-indicator-impl.cpp +++ b/dali/internal/window-system/common/ecore-indicator-impl.cpp @@ -24,15 +24,11 @@ #pragma GCC diagnostic ignored "-Wold-style-cast" #include #include -#ifdef WAYLAND // WAYLAND -#ifdef ECORE_WL2 //ECORE_WL2 -#include -#else //ECORE_WL2 +#ifdef WAYLAND #include -#endif //ECORE_WL2 -#else // WAYLAND +#else #include -#endif // WAYLAND +#endif #include #include @@ -373,11 +369,7 @@ struct Indicator::Impl { #if defined(DALI_PROFILE_MOBILE) #if defined(WAYLAND) -#if defined(ECORE_WL2) - mEcoreEventHandler = ecore_event_handler_add(ECORE_WL2_EVENT_INDICATOR_FLICK, EcoreEventIndicator, this); -#else mEcoreEventHandler = ecore_event_handler_add(ECORE_WL_EVENT_INDICATOR_FLICK, EcoreEventIndicator, this); -#endif #else mEcoreEventHandler = ecore_event_handler_add(ECORE_X_EVENT_CLIENT_MESSAGE, EcoreEventClientMessage, this); #endif