Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
73dd65f4
Commit
73dd65f4
authored
Feb 23, 2021
by
Vlad Zahorodnii
Browse files
Fix build
parent
65ad7ffb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/workspace.cpp
View file @
73dd65f4
...
...
@@ -13,6 +13,7 @@
// kwin libs
#include <kwinglplatform.h>
// kwin
#include "abstract_output.h"
#ifdef KWIN_BUILD_ACTIVITIES
#include "activities.h"
#endif
...
...
@@ -2301,7 +2302,7 @@ QRect Workspace::clientArea(clientAreaOption opt, int screen, int desktop) const
QRect
Workspace
::
clientArea
(
clientAreaOption
opt
,
const
AbstractOutput
*
output
,
int
desktop
)
const
{
return
clientArea
(
opt
,
kwinApp
()
->
platform
()
->
enabledOutputs
().
indexOf
(
output
),
desktop
);
return
clientArea
(
opt
,
output
->
geometry
().
center
(
),
desktop
);
}
QRect
Workspace
::
clientArea
(
clientAreaOption
opt
,
const
QPoint
&
p
,
int
desktop
)
const
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment