mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
kwin: add FIXME for KWin::AnimationEffect::clipWindow()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
8b2dd06cdf
commit
c99191210f
1 changed files with 1 additions and 0 deletions
|
@ -377,6 +377,7 @@ QRect AnimationEffect::clipRect(const QRect &geo, const AniData &anim) const
|
|||
|
||||
void AnimationEffect::clipWindow(const EffectWindow *w, const AniData &anim, WindowQuadList &quads) const
|
||||
{
|
||||
// FIXME: what's this doing here?
|
||||
return;
|
||||
const QRect geo = w->expandedGeometry();
|
||||
QRect clip = AnimationEffect::clipRect(geo, anim);
|
||||
|
|
Loading…
Add table
Reference in a new issue