Small cleanups.
svn path=/branches/work/kwin_composite/; revision=654707
This commit is contained in:
parent
743c5da956
commit
18f86e79d4
2 changed files with 3 additions and 2 deletions
|
@ -19,7 +19,6 @@ SET(kwin4_effect_builtins_sources
|
||||||
fade.cpp
|
fade.cpp
|
||||||
fallapart.cpp
|
fallapart.cpp
|
||||||
flame.cpp
|
flame.cpp
|
||||||
magnifier.cpp
|
|
||||||
maketransparent.cpp
|
maketransparent.cpp
|
||||||
minimizeanimation.cpp
|
minimizeanimation.cpp
|
||||||
presentwindows.cpp
|
presentwindows.cpp
|
||||||
|
@ -40,10 +39,12 @@ SET(kwin4_effect_tests_sources
|
||||||
|
|
||||||
if(OPENGL_FOUND)
|
if(OPENGL_FOUND)
|
||||||
SET(kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources}
|
SET(kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources}
|
||||||
|
magnifier.cpp
|
||||||
shadow.cpp
|
shadow.cpp
|
||||||
wavywindows.cpp
|
wavywindows.cpp
|
||||||
)
|
)
|
||||||
install( FILES
|
install( FILES
|
||||||
|
magnifier.desktop
|
||||||
shadow.desktop
|
shadow.desktop
|
||||||
wavywindows.desktop
|
wavywindows.desktop
|
||||||
DESTINATION ${DATA_INSTALL_DIR}/kwin/effects )
|
DESTINATION ${DATA_INSTALL_DIR}/kwin/effects )
|
||||||
|
|
|
@ -34,7 +34,7 @@ class TaskbarThumbnailEffect
|
||||||
virtual void prePaintScreen( int* mask, QRegion* region, int time );
|
virtual void prePaintScreen( int* mask, QRegion* region, int time );
|
||||||
virtual void prePaintWindow( EffectWindow* w, int* mask, QRegion* paint, QRegion* clip, int time );
|
virtual void prePaintWindow( EffectWindow* w, int* mask, QRegion* paint, QRegion* clip, int time );
|
||||||
virtual void postPaintScreen();
|
virtual void postPaintScreen();
|
||||||
void cursorMoved( const QPoint& pos, Qt::MouseButtons buttons );
|
virtual void cursorMoved( const QPoint& pos, Qt::MouseButtons buttons );
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
QRect getThumbnailPosition( EffectWindow* c, int* space ) const;
|
QRect getThumbnailPosition( EffectWindow* c, int* space ) const;
|
||||||
|
|
Loading…
Reference in a new issue