Do not inline Tile::minimized(). That helps linking kwin
svn path=/trunk/KDE/kdebase/workspace/; revision=1118702
This commit is contained in:
parent
87d51dff6b
commit
fa0bc81364
1 changed files with 1 additions and 1 deletions
2
tile.cpp
2
tile.cpp
|
@ -132,7 +132,7 @@ void Tile::restorePreviousGeometry()
|
|||
setGeometry( m_client->geometry() );
|
||||
}
|
||||
|
||||
inline bool Tile::minimized() const
|
||||
bool Tile::minimized() const
|
||||
{
|
||||
return m_client->isMinimized();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue