2007-07-24 18:30:36 +00:00
|
|
|
/** @mainpage KWin Libraries
|
|
|
|
|
2008-01-16 18:13:24 +00:00
|
|
|
There are two libraries provided:
|
2007-07-24 18:30:36 +00:00
|
|
|
<p>
|
2008-01-16 18:13:24 +00:00
|
|
|
@ref kdecoration is a library for implementing window decoration plugins
|
2007-07-24 18:30:36 +00:00
|
|
|
for KWin.
|
|
|
|
|
2008-01-16 18:13:24 +00:00
|
|
|
@ref kwineffects is a library for implementing window transition effect
|
2007-07-24 18:30:36 +00:00
|
|
|
plugins for KWin.
|
|
|
|
|
|
|
|
@authors
|
|
|
|
Lubos Lunak \<l.lunak@kde.org\><br>
|
|
|
|
Rivo Laks \<rivolaks@hot.ee\>
|
|
|
|
|
|
|
|
@maintainers
|
|
|
|
Lubos Lunak \<l.lunak@kde.org\>
|
|
|
|
|
|
|
|
@licences
|
|
|
|
libkdecorations: @bsd<br>
|
|
|
|
libkwineffects: @gpl
|
|
|
|
|
2007-06-05 15:31:23 +00:00
|
|
|
*/
|
2007-07-24 18:30:36 +00:00
|
|
|
|
|
|
|
// DOXYGEN_SET_PROJECT_NAME = KWin Libraries
|
|
|
|
// vim:ts=4:sw=4:expandtab:filetype=doxygen
|