Don't save old screen sizes in Workspace::initializeX11()
It's done when initializing Workspace::outputs().
This commit is contained in:
parent
d6e94163f5
commit
c29238f51a
1 changed files with 0 additions and 1 deletions
|
@ -352,7 +352,6 @@ void Workspace::initializeX11()
|
||||||
// Propagate windows, will really happen at the end of the updates blocker block
|
// Propagate windows, will really happen at the end of the updates blocker block
|
||||||
updateStackingOrder(true);
|
updateStackingOrder(true);
|
||||||
|
|
||||||
saveOldScreenSizes();
|
|
||||||
updateClientArea();
|
updateClientArea();
|
||||||
|
|
||||||
// NETWM spec says we have to set it to (0,0) if we don't support it
|
// NETWM spec says we have to set it to (0,0) if we don't support it
|
||||||
|
|
Loading…
Reference in a new issue