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
|
||||
fallapart.cpp
|
||||
flame.cpp
|
||||
magnifier.cpp
|
||||
maketransparent.cpp
|
||||
minimizeanimation.cpp
|
||||
presentwindows.cpp
|
||||
|
@ -40,10 +39,12 @@ SET(kwin4_effect_tests_sources
|
|||
|
||||
if(OPENGL_FOUND)
|
||||
SET(kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources}
|
||||
magnifier.cpp
|
||||
shadow.cpp
|
||||
wavywindows.cpp
|
||||
)
|
||||
install( FILES
|
||||
magnifier.desktop
|
||||
shadow.desktop
|
||||
wavywindows.desktop
|
||||
DESTINATION ${DATA_INSTALL_DIR}/kwin/effects )
|
||||
|
|
|
@ -34,7 +34,7 @@ class TaskbarThumbnailEffect
|
|||
virtual void prePaintScreen( int* mask, QRegion* region, int time );
|
||||
virtual void prePaintWindow( EffectWindow* w, int* mask, QRegion* paint, QRegion* clip, int time );
|
||||
virtual void postPaintScreen();
|
||||
void cursorMoved( const QPoint& pos, Qt::MouseButtons buttons );
|
||||
virtual void cursorMoved( const QPoint& pos, Qt::MouseButtons buttons );
|
||||
|
||||
protected:
|
||||
QRect getThumbnailPosition( EffectWindow* c, int* space ) const;
|
||||
|
|
Loading…
Reference in a new issue