view: send wl_surface.enter to subsurfaces of popups (#13353)
This commit is contained in:
parent
bc09504ea5
commit
ae82a55400
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ void CPopup::onMap() {
|
|||
|
||||
//unconstrain();
|
||||
sendScale();
|
||||
m_resource->m_surface->m_surface->enter(PMONITOR->m_self.lock());
|
||||
m_wlSurface->resource()->breadthfirst([PMONITOR](SP<CWLSurfaceResource> s, const Vector2D& offset, void* d) { s->enter(PMONITOR->m_self.lock()); }, nullptr);
|
||||
|
||||
if (!m_layerOwner.expired() && m_layerOwner->m_layer < ZWLR_LAYER_SHELL_V1_LAYER_TOP)
|
||||
g_pHyprOpenGL->markBlurDirtyForMonitor(g_pCompositor->getMonitorFromID(m_layerOwner->m_layer));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue