From c29238f51abd42658b1955cfea908dc9e3718f33 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Fri, 22 Sep 2023 13:32:53 +0300 Subject: [PATCH] Don't save old screen sizes in Workspace::initializeX11() It's done when initializing Workspace::outputs(). --- src/workspace.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/workspace.cpp b/src/workspace.cpp index eb8c77ff42..c407379ab8 100644 --- a/src/workspace.cpp +++ b/src/workspace.cpp @@ -352,7 +352,6 @@ void Workspace::initializeX11() // Propagate windows, will really happen at the end of the updates blocker block updateStackingOrder(true); - saveOldScreenSizes(); updateClientArea(); // NETWM spec says we have to set it to (0,0) if we don't support it