Drop XdgSurfaceClient::clientGeometry()
It's been superseded by Toplevel::clientGeometry().
This commit is contained in:
parent
811af61e88
commit
2e8f4964ec
2 changed files with 0 additions and 6 deletions
|
@ -144,11 +144,6 @@ QSize XdgSurfaceClient::requestedClientSize() const
|
|||
return requestedClientGeometry().size();
|
||||
}
|
||||
|
||||
QRect XdgSurfaceClient::clientGeometry() const
|
||||
{
|
||||
return m_clientGeometry;
|
||||
}
|
||||
|
||||
QMatrix4x4 XdgSurfaceClient::inputTransformation() const
|
||||
{
|
||||
QMatrix4x4 transformation;
|
||||
|
|
|
@ -71,7 +71,6 @@ public:
|
|||
QSize requestedSize() const;
|
||||
QRect requestedClientGeometry() const;
|
||||
QSize requestedClientSize() const;
|
||||
QRect clientGeometry() const;
|
||||
bool isHidden() const;
|
||||
|
||||
virtual void installPlasmaShellSurface(KWaylandServer::PlasmaShellSurfaceInterface *shellSurface) = 0;
|
||||
|
|
Loading…
Reference in a new issue