57d11c134a
Second part of cleaning up the lib directory: the effects library now lives in libkwineffects/ directory. For existing effects nothing changes as the install path is unchanged. The change obsoletes the lib/ directory. As glplatform.h has not yet been exported I dared to export it and adjust the places where it is used. CCMAIL: kwin@kde.org
22 lines
480 B
Text
22 lines
480 B
Text
/** @mainpage KWin Effects Library
|
|
|
|
<p>
|
|
@ref kwineffects is a library for implementing window transition effect
|
|
plugins for KWin.
|
|
|
|
@authors
|
|
Lubos Lunak \<l.lunak@kde.org\><br>
|
|
Rivo Laks \<rivolaks@hot.ee\><br>
|
|
Lucas Murray \<lmurray@undefinedfire.com\><br>
|
|
Fredrik Höglund \<fredrik@kde.org\><br>
|
|
Martin Gräßlin \<mgraesslin@kde.org\>
|
|
|
|
@maintainers
|
|
Martin Gräßlin \<mgraesslin@kde.org\>
|
|
|
|
@licences
|
|
libkwineffects: @gpl
|
|
|
|
*/
|
|
|
|
// DOXYGEN_SET_PROJECT_NAME = KWin Effects Library
|