Damn, I hate keeping BC in an application.
svn path=/trunk/kdebase/kwin/; revision=184473
This commit is contained in:
parent
a508895993
commit
6a1b175c7f
2 changed files with 6 additions and 0 deletions
|
@ -1799,6 +1799,11 @@ void Workspace::place(Client* c)
|
|||
d->initPositioning->place(c);
|
||||
}
|
||||
|
||||
void Workspace::doPlacement(Client* c )
|
||||
{
|
||||
place( c );
|
||||
}
|
||||
|
||||
/*!
|
||||
Marks the client as being moved around by the user.
|
||||
*/
|
||||
|
|
|
@ -178,6 +178,7 @@ public:
|
|||
void setClientIsMoving( Client *c );
|
||||
|
||||
void place(Client *c);
|
||||
void doPlacement(Client* c ); // obsolete KDE4 remove
|
||||
|
||||
QPoint adjustClientPosition( Client* c, QPoint pos );
|
||||
void raiseClient( Client* c );
|
||||
|
|
Loading…
Reference in a new issue