X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fsystem%2Fcommon%2Fthread-controller.h;h=e1f1c84e9a7b5c635845cb1671ccd893aa0c2358;hb=1d00f040c60e7b346f9c65b12f5a3d24858b8179;hp=686c653fc0f36f50cea245e600cb6c07055a4936;hpb=efd294001ad65fd66000c2cf65973d8f29b95872;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/system/common/thread-controller.h b/dali/internal/system/common/thread-controller.h index 686c653..e1f1c84 100644 --- a/dali/internal/system/common/thread-controller.h +++ b/dali/internal/system/common/thread-controller.h @@ -2,7 +2,7 @@ #define DALI_INTERNAL_THREAD_CONTROLLER_H /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 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. @@ -123,6 +123,11 @@ public: void ResizeSurface(); /** + * Wait until the graphics is initialised. + */ + void WaitForGraphicsInitialization(); + + /** * @copydoc Dali::Adaptor::SetRenderRefreshRate() */ void SetRenderRefreshRate( unsigned int numberOfVSyncsPerRender );