include API change for _getAppDisplayBoxForState in gnome 42.rc

This commit is contained in:
Philipp Unger
2022-03-19 01:29:57 +01:00
parent 133b6eff94
commit 60f0a90165

View File

@@ -590,6 +590,9 @@ var dtpOverview = Utils.defineClass({
workAreaBox.set_size(workArea.width, workArea.height);
params = [workAreaBox, searchHeight, dashHeight, workspaceAppGridBox]
if (Config.PACKAGE_VERSION > '42.beta') {
params = [box, workAreaBox, searchHeight, dashHeight, workspaceAppGridBox]
}
} else {
params = [box, startX, searchHeight, dashHeight, workspaceAppGridBox];
}