mirror of
https://gitee.com/openharmony/window_window_manager
synced 2024-11-23 15:00:12 +00:00
组件预览优化需求
Signed-off-by: chuchengcheng <chuchengcheng4@huawei.com> Change-Id: I6df9c66c94c63e76a49875eea8564828318e5747
This commit is contained in:
parent
ab5ecc17c5
commit
7d8b5b2394
@ -57,7 +57,7 @@ namespace Rosen {
|
||||
class RSSurfaceNode;
|
||||
class RSTransaction;
|
||||
using NotifyNativeWinDestroyFunc = std::function<void(std::string windowName)>;
|
||||
using SendRenderDataCallback = bool (*)(const void*, const size_t, const int32_t, const int32_t);
|
||||
using SendRenderDataCallback = bool (*)(const void*, const size_t, const int32_t, const int32_t, const uint64_t);
|
||||
using ContentInfoCallback = std::function<void(std::string contentInfo)>;
|
||||
|
||||
class IWindowLifeCycle : virtual public RefBase {
|
||||
|
Loading…
Reference in New Issue
Block a user