From 13962741e8b889aaaf9d3925aa06014d008915dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 12 Mar 2007 10:35:46 +0000 Subject: [PATCH] Update. svn path=/branches/work/kwin_composite/; revision=641705 --- COMPOSITE_HOWTO | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/COMPOSITE_HOWTO b/COMPOSITE_HOWTO index a14b8a3c80..86278d6a70 100644 --- a/COMPOSITE_HOWTO +++ b/COMPOSITE_HOWTO @@ -1,4 +1,6 @@ -This file describes how to set up kwin_composite. +This file describes how to set up kwin_composite. Note that since it is still +a work in progress, this file may possibly get out of date at times. + See file HACKING for details on developing KWin, including building the kwin_composite branch. @@ -95,4 +97,6 @@ Y= = Y position, the same like X Effects: -------- -Effects can be currently enabled/disabled only by modifying effects.cpp source file. +Which modules are enabled is currently set by config value Load in group [Effects] in kwinrc config file. +Effects are named like the class, without the Effect suffix (e.g. Load=ShowFps,Fade). There is +no depedency checking implemented yet.