1 /*****************************************************************
2 KWin - the KDE window manager
3 This file is part of the KDE project.
5 Copyright (C) 2007 Lubos Lunak <l.lunak@kde.org>
7 You can Freely distribute this program under the GNU General Public
8 License. See the file "COPYING" for the exact licensing terms.
9 ******************************************************************/
11 #ifndef KWIN_DEMO_SHOWPICTURE_H
12 #define KWIN_DEMO_SHOWPICTURE_H
14 #include <kwineffects.h>
15 #include <kwinglutils.h>
20 class ShowPictureEffect
25 virtual ~ShowPictureEffect();
26 virtual void paintScreen( int mask
, QRegion region
, ScreenPaintData
& data
);