/***************************************************************** KWin - the KDE window manager This file is part of the KDE project. Copyright (C) 2007 Bernhard Loos 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 #include K_PLUGIN_FACTORY_DEFINITION(EffectFactory, registerPlugin("shadow"); registerPlugin("presentwindows");) K_EXPORT_PLUGIN(EffectFactory("kcm_kwineffect"))