mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-20 09:10:08 +01:00
clang format
This commit is contained in:
parent
896f434280
commit
43bbcb12ce
1 changed files with 1 additions and 1 deletions
|
|
@ -465,7 +465,7 @@ CXDGSurfaceResource::CXDGSurfaceResource(SP<CXdgSurface> resource_, SP<CXDGWMBas
|
||||||
m_toplevel->m_self = RESOURCE;
|
m_toplevel->m_self = RESOURCE;
|
||||||
|
|
||||||
LOGM(LOG, "xdg_surface {:x} gets a toplevel {:x}", (uintptr_t)m_owner.get(), (uintptr_t)RESOURCE.get());
|
LOGM(LOG, "xdg_surface {:x} gets a toplevel {:x}", (uintptr_t)m_owner.get(), (uintptr_t)RESOURCE.get());
|
||||||
|
|
||||||
PHLWINDOW createdWindow = g_pCompositor->m_windows.emplace_back(Desktop::View::CWindow::create(m_self.lock()));
|
PHLWINDOW createdWindow = g_pCompositor->m_windows.emplace_back(Desktop::View::CWindow::create(m_self.lock()));
|
||||||
|
|
||||||
if (RESOURCE->m_parent && RESOURCE->m_parent->m_window->m_pinned)
|
if (RESOURCE->m_parent && RESOURCE->m_parent->m_window->m_pinned)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue