X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fadaptor%2Fcommon%2Fapplication-impl.h;h=ed03bfacc01f43ceb3aa15413a56fecfc49016fa;hb=deaedcc262bff46650c16aac2f1e8ab596baeda6;hp=7693c51bf1254ce9fbe080f284046a40628db0b5;hpb=6800654b16656f89ffd9d1e8088bbd89d0afd1fe;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/adaptor/common/application-impl.h b/dali/internal/adaptor/common/application-impl.h index 7693c51..ed03bfa 100644 --- a/dali/internal/adaptor/common/application-impl.h +++ b/dali/internal/adaptor/common/application-impl.h @@ -2,7 +2,7 @@ #define DALI_INTERNAL_APPLICATION_H /* - * Copyright (c) 2021 Samsung Electronics Co., Ltd. + * Copyright (c) 2022 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. @@ -324,9 +324,6 @@ public: // Signals return mLowMemorySignal; } - // Temporary to test GFXApi - Graphics::Controller& GetController(); - protected: /** * Private Constructor @@ -400,12 +397,12 @@ private: Dali::Application::WINDOW_MODE mMainWindowMode; ///< Window mode of the main window std::string mMainWindowName; ///< Name of the main window as obtained from environment options - std::string mStylesheet; - EnvironmentOptions mEnvironmentOptions; - PositionSize mWindowPositionSize; - Launchpad::State mLaunchpadState; - bool mUseRemoteSurface; - WindowType mDefaultWindowType; ///< Default window's type. It is used when Application is created. + std::string mStylesheet; + EnvironmentOptions mEnvironmentOptions; + PositionSize mWindowPositionSize; + Launchpad::State mLaunchpadState; + bool mUseRemoteSurface; + WindowType mDefaultWindowType; ///< Default window's type. It is used when Application is created. SlotDelegate mSlotDelegate;