1
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2025-07-27 10:11:55 -07:00

subsurface: fix invalid parent typo

fixes 
This commit is contained in:
Vaxry
2025-01-29 23:16:25 +00:00
parent 664da71d10
commit 48817b97f5

@@ -143,7 +143,7 @@ void CSubsurface::onNewSubsurface(SP<CWLSubsurfaceResource> pSubsurface) {
ASSERT(PSUBSURFACE); ASSERT(PSUBSURFACE);
PSUBSURFACE->m_pParent = PSUBSURFACE; PSUBSURFACE->m_pParent = m_pSelf;
} }
void CSubsurface::onMap() { void CSubsurface::onMap() {