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
b971749f
Commit
b971749f
authored
May 27, 2015
by
Martin Flöser
Browse files
Placement::placeZeroCornered operates on AbstractClient
parent
78700e23
Changes
2
Hide whitespace changes
Inline
Side-by-side
placement.cpp
View file @
b971749f
...
...
@@ -467,7 +467,7 @@ void Placement::placeCentered(Client* c, const QRect& area, Policy /*next*/)
/*!
Place windows in the (0,0) corner, on top of all others
*/
void
Placement
::
placeZeroCornered
(
Client
*
c
,
const
QRect
&
area
,
Policy
/*next*/
)
void
Placement
::
placeZeroCornered
(
Abstract
Client
*
c
,
const
QRect
&
area
,
Policy
/*next*/
)
{
// get the maximum allowed windows space and desk's origin
c
->
move
(
checkArea
(
c
,
area
).
topLeft
());
...
...
placement.h
View file @
b971749f
...
...
@@ -69,7 +69,7 @@ public:
void
placeSmart
(
Client
*
c
,
const
QRect
&
area
,
Policy
next
=
Unknown
);
void
placeMaximizing
(
Client
*
c
,
QRect
&
area
,
Policy
next
=
Unknown
);
void
placeCentered
(
Client
*
c
,
const
QRect
&
area
,
Policy
next
=
Unknown
);
void
placeZeroCornered
(
Client
*
c
,
const
QRect
&
area
,
Policy
next
=
Unknown
);
void
placeZeroCornered
(
Abstract
Client
*
c
,
const
QRect
&
area
,
Policy
next
=
Unknown
);
void
placeDialog
(
Client
*
c
,
QRect
&
area
,
Policy
next
=
Unknown
);
void
placeUtility
(
Client
*
c
,
QRect
&
area
,
Policy
next
=
Unknown
);
void
placeOnScreenDisplay
(
Client
*
c
,
QRect
&
area
);
...
...
Write
Preview
Markdown
is supported
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