implement isActive in resize effect

icc-effect-5.14.5
Thomas Lübking 2011-12-29 23:32:55 +01:00
parent 0b23c516a7
commit 38c54e7111
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ public:
virtual inline bool provides(Effect::Feature ef) {
return ef == Effect::Resize;
}
inline bool isActive() const { return m_active; }
virtual void prePaintScreen(ScreenPrePaintData& data, int time);
virtual void prePaintWindow(EffectWindow* w, WindowPrePaintData& data, int time);
virtual void paintWindow(EffectWindow* w, int mask, QRegion region, WindowPaintData& data);