subsurfaceTree: update surface tree protocol feedback on map

This commit is contained in:
vaxerski 2024-01-09 18:14:08 +01:00
parent 252aaaecfa
commit 71166ef40b
6 changed files with 15 additions and 10 deletions

View file

@ -109,7 +109,7 @@ void Events::listener_newOutput(wl_listener* listener, void* data) {
for (auto& w : g_pCompositor->m_vWindows) {
if (w->m_iMonitorID == PNEWMONITOR->ID) {
w->m_iLastSurfaceMonitorID = -1;
w->updateSurfaceOutputs();
w->updateSurfaceScaleTransformDetails();
}
}
}