mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-20 09:10:08 +01:00
Fixed minor formatting
This commit is contained in:
parent
43b1e98f01
commit
3f8af7589c
1 changed files with 1 additions and 2 deletions
|
|
@ -465,9 +465,8 @@ CXDGSurfaceResource::CXDGSurfaceResource(SP<CXdgSurface> resource_, SP<CXDGWMBas
|
||||||
|
|
||||||
g_pCompositor->m_windows.emplace_back(Desktop::View::CWindow::create(m_self.lock()));
|
g_pCompositor->m_windows.emplace_back(Desktop::View::CWindow::create(m_self.lock()));
|
||||||
|
|
||||||
if (RESOURCE->m_parent != nullptr) {
|
if (RESOURCE->m_parent != nullptr)
|
||||||
g_pCompositor->m_windows.back()->m_pinned = true;
|
g_pCompositor->m_windows.back()->m_pinned = true;
|
||||||
}
|
|
||||||
|
|
||||||
for (auto const& p : m_popups) {
|
for (auto const& p : m_popups) {
|
||||||
if (!p)
|
if (!p)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue