mirror of
https://gitee.com/openharmony/graphic_graphic_2d
synced 2024-12-02 20:38:11 +00:00
commit
cb8fd8b1af
@ -178,12 +178,12 @@ void LayerController::ChangeWindowTop(uint32_t id)
|
||||
}
|
||||
|
||||
std::list<uint32_t> sameTypeWinList;
|
||||
sameTypeWinList.push_back(id);
|
||||
for (auto it = m_windowList.begin(); it != m_windowList.end(); it++) {
|
||||
if (it->windowType == topwininfo->windowType && it->windowId != id) {
|
||||
sameTypeWinList.push_back(it->windowId);
|
||||
}
|
||||
}
|
||||
sameTypeWinList.push_back(id);
|
||||
const int renderSize = sameTypeWinList.size();
|
||||
|
||||
auto renderOrder = std::make_unique<t_ilm_surface[]>(renderSize);
|
||||
|
Loading…
Reference in New Issue
Block a user