7ad70d9c83
svn path=/trunk/KDE/kdebase/workspace/; revision=714831
22 lines
778 B
C++
22 lines
778 B
C++
/*****************************************************************
|
|
KWin - the KDE window manager
|
|
This file is part of the KDE project.
|
|
|
|
Copyright (C) 2007 Bernhard Loos <nhuh.put@web.de>
|
|
|
|
You can Freely distribute this program under the GNU General Public
|
|
License. See the file "COPYING" for the exact licensing terms.
|
|
******************************************************************/
|
|
|
|
#include "shadow_config.h"
|
|
#include "presentwindows_config.h"
|
|
|
|
#include <kwineffects.h>
|
|
|
|
#include <KPluginLoader>
|
|
|
|
KWIN_EFFECT_CONFIG_FACTORY
|
|
K_PLUGIN_FACTORY_DEFINITION(EffectFactory, registerPlugin<KWin::ShadowEffectConfig>("shadow");
|
|
registerPlugin<KWin::PresentWindowsEffectConfig>("presentwindows");)
|
|
K_EXPORT_PLUGIN(EffectFactory("kcm_kwineffect"))
|
|
|