|
|
|
@ -33,6 +33,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
|
|
|
|
|
|
|
|
#ifdef KWIN_HAVE_OPENGL_COMPOSITING |
|
|
|
#ifdef KWIN_HAVE_OPENGL_COMPOSITING |
|
|
|
#include "coverswitch_config.h" |
|
|
|
#include "coverswitch_config.h" |
|
|
|
|
|
|
|
#include "cube_config.h" |
|
|
|
#include "flipswitch_config.h" |
|
|
|
#include "flipswitch_config.h" |
|
|
|
#include "invert_config.h" |
|
|
|
#include "invert_config.h" |
|
|
|
#include "lookingglass_config.h" |
|
|
|
#include "lookingglass_config.h" |
|
|
|
@ -69,6 +70,7 @@ KWIN_EFFECT_CONFIG_FACTORY |
|
|
|
|
|
|
|
|
|
|
|
#define OPENGL_PLUGINS \ |
|
|
|
#define OPENGL_PLUGINS \ |
|
|
|
registerPlugin<KWin::CoverSwitchEffectConfig>("coverswitch"); \
|
|
|
|
registerPlugin<KWin::CoverSwitchEffectConfig>("coverswitch"); \
|
|
|
|
|
|
|
|
registerPlugin<KWin::CubeEffectConfig>("cube"); \
|
|
|
|
registerPlugin<KWin::FlipSwitchEffectConfig>("flipswitch"); \
|
|
|
|
registerPlugin<KWin::FlipSwitchEffectConfig>("flipswitch"); \
|
|
|
|
registerPlugin<KWin::InvertEffectConfig>("invert"); \
|
|
|
|
registerPlugin<KWin::InvertEffectConfig>("invert"); \
|
|
|
|
registerPlugin<KWin::LookingGlassEffectConfig>("lookingglass"); \
|
|
|
|
registerPlugin<KWin::LookingGlassEffectConfig>("lookingglass"); \
|
|
|
|
|