From af10fb4e4912d701da4f5a9647a360bc84872dc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=BCbking?= Date: Fri, 4 Feb 2011 21:30:36 +0100 Subject: [PATCH] export WindowGeometry config symbols BUG: 265272 --- effects/configs_builtins.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/effects/configs_builtins.cpp b/effects/configs_builtins.cpp index ca3b17f948..aa5b9ed392 100644 --- a/effects/configs_builtins.cpp +++ b/effects/configs_builtins.cpp @@ -33,6 +33,7 @@ along with this program. If not, see . #include "shadow/shadow_config.h" #include "showfps/showfps_config.h" #include "thumbnailaside/thumbnailaside_config.h" +#include "windowgeometry/windowgeometry_config.h" #include "zoom/zoom_config.h" #ifdef KWIN_HAVE_OPENGL_COMPOSITING @@ -71,6 +72,7 @@ KWIN_EFFECT_CONFIG_MULTIPLE( builtins, KWIN_EFFECT_CONFIG_SINGLE( shadow, ShadowEffectConfig ) KWIN_EFFECT_CONFIG_SINGLE( showfps, ShowFpsEffectConfig ) KWIN_EFFECT_CONFIG_SINGLE( thumbnailaside, ThumbnailAsideEffectConfig ) + KWIN_EFFECT_CONFIG_SINGLE( windowgeometry, WindowGeometryConfig ) KWIN_EFFECT_CONFIG_SINGLE( zoom, ZoomEffectConfig ) #ifdef KWIN_HAVE_OPENGL_COMPOSITING