mirror of
https://gitee.com/openharmony/window_window_manager
synced 2024-11-27 00:51:35 +00:00
update wmserver/include/window_root.h.
Signed-off-by: 鄢吉傲 <914927840@qq.com>
This commit is contained in:
parent
0d0259b333
commit
3a81b35b4d
@ -156,8 +156,8 @@ private:
|
||||
|
||||
std::map<WindowManagerAgentType, std::vector<sptr<IWindowManagerAgent>>> windowManagerAgents_;
|
||||
|
||||
sptr<AgentDeathRecipient> windowDeath_ = new AgentDeathRecipient(std::bind(&WindowRoot::OnRemoteDied,
|
||||
this, std::placeholders::_1));
|
||||
sptr<AgentDeathRecipient> windowDeath_ = new AgentDeathRecipient(
|
||||
[this](const sptr<IRemoteObject>& remoteObject) { this->OnRemoteDied(remoteObject); });
|
||||
Callback callback_;
|
||||
uint32_t maxAppWindowNumber_ = 100;
|
||||
SplitRatioConfig splitRatioConfig_ = {0.1, 0.9, {}};
|
||||
|
Loading…
Reference in New Issue
Block a user