https://bugs.kde.org/show_bug.cgi?id=482361
--- Comment #3 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit b674b458df709c7a6b8d194f78c017f76ea68c27 by Vlad Zahorodnii. Committed on 07/03/2024 at 11:41. Pushed by vladz into branch 'master'. 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. 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/b674b458df709c7a6b8d194f78c017f76ea68c27 -- You are receiving this mail because: You are watching all bug changes.