https://bugs.kde.org/show_bug.cgi?id=482361
--- Comment #6 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 6d5a0ed4d26d520697f83781e149b713ea4c111b by Vlad Zahorodnii. Committed on 07/03/2024 at 11:52. Pushed by vladz into branch 'Plasma/6.0'. Rename Workspace::updateClientArea as Workspace::rearrange We need to re-arrange layer shell surfaces, compute new struts and adjust the windows in a single step. Workspace::updateClientArea() is the best candidate for that, so this change repurposes that function from computing work areas to a generic relayouting function. (cherry picked from commit b674b458df709c7a6b8d194f78c017f76ea68c27) M +1 -1 src/activities.cpp M +1 -1 src/events.cpp M +1 -1 src/layershellv1integration.cpp M +1 -1 src/layershellv1window.cpp M +2 -2 src/window.cpp M +20 -29 src/workspace.cpp M +24 -9 src/workspace.h M +2 -3 src/x11window.cpp https://invent.kde.org/plasma/kwin/-/commit/6d5a0ed4d26d520697f83781e149b713ea4c111b -- You are receiving this mail because: You are watching all bug changes.