[libkwineffects] Adjust whitespace in AnimationEffect's header
Test Plan: Compiles. Reviewers: #kwin Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D17835
This commit is contained in:
parent
09cf04eec4
commit
5a98591fff
1 changed files with 3 additions and 2 deletions
|
@ -28,7 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#include <kwineffects.h>
|
#include <kwineffects.h>
|
||||||
#include <kwineffects_export.h>
|
#include <kwineffects_export.h>
|
||||||
|
|
||||||
|
|
||||||
namespace KWin
|
namespace KWin
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -389,12 +388,14 @@ private:
|
||||||
void disconnectGeometryChanges();
|
void disconnectGeometryChanges();
|
||||||
void updateLayerRepaints();
|
void updateLayerRepaints();
|
||||||
void validate(Attribute a, uint &meta, FPx2 *from, FPx2 *to, const EffectWindow *w) const;
|
void validate(Attribute a, uint &meta, FPx2 *from, FPx2 *to, const EffectWindow *w) const;
|
||||||
|
|
||||||
private Q_SLOTS:
|
private Q_SLOTS:
|
||||||
void init();
|
void init();
|
||||||
void triggerRepaint();
|
void triggerRepaint();
|
||||||
void _windowClosed( KWin::EffectWindow* w );
|
void _windowClosed( KWin::EffectWindow* w );
|
||||||
void _windowDeleted( KWin::EffectWindow* w );
|
void _windowDeleted( KWin::EffectWindow* w );
|
||||||
void _expandedGeometryChanged(KWin::EffectWindow *w, const QRect &old);
|
void _expandedGeometryChanged(KWin::EffectWindow *w, const QRect &old);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
static QElapsedTimer s_clock;
|
static QElapsedTimer s_clock;
|
||||||
AnimationEffectPrivate * const d_ptr;
|
AnimationEffectPrivate * const d_ptr;
|
||||||
|
@ -402,8 +403,8 @@ private:
|
||||||
Q_DISABLE_COPY(AnimationEffect)
|
Q_DISABLE_COPY(AnimationEffect)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
QDebug operator<<(QDebug dbg, const KWin::FPx2 &fpx2);
|
QDebug operator<<(QDebug dbg, const KWin::FPx2 &fpx2);
|
||||||
|
|
||||||
Q_DECLARE_METATYPE(KWin::FPx2)
|
Q_DECLARE_METATYPE(KWin::FPx2)
|
||||||
|
|
Loading…
Reference in a new issue