X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fsystem%2Fwindows%2Fwidget-application-impl-win.h;h=dac729a017d672843ba6fab1873254e97fbae3d4;hb=bc38155bec5aabefb831b0a40ff592ecc84016eb;hp=a9786fe0de7a43d3674dc4b09381b8fadefdcef2;hpb=397471d3b1096e6060c6cc2bdfe5526b1bd8b460;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/system/windows/widget-application-impl-win.h b/dali/internal/system/windows/widget-application-impl-win.h index a9786fe..dac729a 100644 --- a/dali/internal/system/windows/widget-application-impl-win.h +++ b/dali/internal/system/windows/widget-application-impl-win.h @@ -2,7 +2,7 @@ #define DALI_INTERNAL_WIDGET_APPLICATION_IMPL_WIN_H /* - * Copyright (c) 2021 Samsung Electronics Co., Ltd. + * Copyright (c) 2023 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. @@ -45,8 +45,9 @@ public: * @param[in] argc A pointer to the number of arguments * @param[in] argv A pointer to the argument list * @param[in] stylesheet The path to user defined theme file + * @param[in] windowData The window data */ - static WidgetApplicationPtr New(int* argc, char** argv[], const std::string& stylesheet); + static WidgetApplicationPtr New(int* argc, char** argv[], const std::string& stylesheet, WindowData& windowData); public: /** @@ -60,8 +61,9 @@ protected: * @param[in] argc A pointer to the number of arguments * @param[in] argv A pointer to the argument list * @param[in] stylesheet The path to user defined theme file + * @param[in] windowData The window data */ - WidgetApplicationWin(int* argc, char** argv[], const std::string& stylesheet); + WidgetApplicationWin(int* argc, char** argv[], const std::string& stylesheet WindowData& windowData); /** * Destructor